示例#1
0
 public override LevelLogicInstancePlugin CreateInstanceForNewLevel(ILevelManager level)
 {
     return(FourPlayerLogic.CreateEditingNew(level, this));
 }
示例#2
0
 public override LevelLogicInstancePlugin CreateInstanceForLoadingToPlaying(ILevelManager level)
 {
     return(FourPlayerLogic.CreatePlayingLoading(level, this));
 }
示例#3
0
 public override LevelLogicInstancePlugin CreateInstanceForNewPlaying(LevelLogicCustomSettings levelSettings, ILevelManager level)
 {
     return(FourPlayerLogic.CreatePlayingNew(levelSettings, level, this));
 }