コード例 #1
0
 public void AddEnd(IBehaviorUpdateable updateable)
 {
     Updateables.Add(updateable);
 }
コード例 #2
0
 public void AddImmediate(IBehaviorUpdateable updateable)
 {
     Updateables.Insert(0, updateable);
 }