lcy
2 天以前 5687ce1aa0ebf6878e6348dfa59861d3e3777470
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}