コード例 #1
0
    private void Awake()
    {
        agent = GetComponent <NavMeshAgent>();

        throwablesPool = VisitorThrowablesPools.instance;
    }
コード例 #2
0
 private void Awake()
 {
     instance = this;
 }