コード例 #1
0
ファイル: StateInspector.cs プロジェクト: AlexGam/TowerIsland
		public override void OnEnable() {
			base.OnEnable ();
			state = node as State;
			actionEditor = new ActionEditor (state, this);
			actionEditor.OnEnable ();
		}