Example #1
0
 void Awake()
 {
     instance = this;
     ///print(FilePath);
 }
Example #2
0
 private void OnEnable()
 {
     formationHandler = (FormationHandler)target;
 }