예제 #1
0
 public StateBase()
 {
     _manager = ModelImportManager.instance;
 }
		void Awake () {
			_instance = this;
		}
예제 #3
0
 void Awake()
 {
     _instance = this;
 }
		public StateBase () {
			_manager = ModelImportManager.instance;
		}