Example #1
0
 public System.Threading.Tasks.Task StartNewGameAsync(int type, Life.Initialization.Options newOptions)
 {
     return(base.Channel.StartNewGameAsync(type, newOptions));
 }
Example #2
0
 public void StartNewGame(int type, Life.Initialization.Options newOptions)
 {
     base.Channel.StartNewGame(type, newOptions);
 }
Example #3
0
 public System.Threading.Tasks.Task RunSaveAsync(Life.Initialization.Options options, int id, int iteration, Life.Gaming.GameBase igame)
 {
     return(base.Channel.RunSaveAsync(options, id, iteration, igame));
 }
Example #4
0
 public void RunSave(Life.Initialization.Options options, int id, int iteration, Life.Gaming.GameBase igame)
 {
     base.Channel.RunSave(options, id, iteration, igame);
 }
Example #5
0
 public System.Threading.Tasks.Task <Life.Gaming.Game4> Game4NewAsync(Life.Initialization.Options options)
 {
     return(base.Channel.Game4NewAsync(options));
 }
Example #6
0
 public Life.Gaming.Game4 Game4New(Life.Initialization.Options options)
 {
     return(base.Channel.Game4New(options));
 }