コード例 #1
0
 public LaneSushiState(SushiCore core)
 {
     this.core = core;
 }
コード例 #2
0
 public TableSushiState(SushiCore core)
 {
     this.core = core;
 }
コード例 #3
0
 public EmptySushiState(SushiCore core)
 {
     this.core = core;
 }