Exemple #1
0
    void Start()
    {
        states = GetComponent <StateManager>();

        AISnapshots.GetInstance().RequestAISnapshot(this);
    }
Exemple #2
0
 void Awake()
 {
     instance = this;
 }