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