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