示例#1
0
 public StateBase()
 {
     _manager = ModelImportManager.instance;
 }
		void Awake () {
			_instance = this;
		}
 void Awake()
 {
     _instance = this;
 }
		public StateBase () {
			_manager = ModelImportManager.instance;
		}