public LaneSushiState(SushiCore core)
 {
     this.core = core;
 }
 public TableSushiState(SushiCore core)
 {
     this.core = core;
 }
 public EmptySushiState(SushiCore core)
 {
     this.core = core;
 }