Пример #1
0
 public override LevelLogicInstancePlugin CreateInstanceForNewLevel(ILevelManager level)
 {
     return(TwoPlayerLogic.CreateEditingNew(level, this));
 }
Пример #2
0
 public override LevelLogicInstancePlugin CreateInstanceForLoadingToPlaying(ILevelManager level)
 {
     return(TwoPlayerLogic.CreatePlayingLoading(level, this));
 }
Пример #3
0
 public override LevelLogicInstancePlugin CreateInstanceForNewPlaying(LevelLogicCustomSettings levelSettings, ILevelManager level)
 {
     return(TwoPlayerLogic.CreatePlayingNew((ResourceCreationWindow)levelSettings, level, this));
 }