コード例 #1
0
ファイル: Entity.cs プロジェクト: poemdexter/Single-Spire
 public void AddAction(EntityAction action)
 {
     action.Entity = this;
     this.actions.Add(action.Name, action);
 }
コード例 #2
0
ファイル: Entity.cs プロジェクト: poemdexter/Single-Spire
 public void AddAction(EntityAction action)
 {
     action.Entity = this;
     this.actions.Add(action.Name, action);
 }