コード例 #1
0
ファイル: FlowRoutine.cs プロジェクト: torybash/TankGame
 public FlowRoutine(IFlow flow)
 {
     this.flow = flow;
     routine   = new Routine();
     routine.Start(flow.Flow());
     flow.Entered();
 }