Exemplo n.º 1
0
 /// <summary>
 /// Creates the game-specific command system provider object
 /// </summary>
 /// <returns></returns>
 public ICommandSystem CreateCommandSystemProvider() => CommandSystem = new HurtworldCommandSystem();
Exemplo n.º 2
0
 /// <summary>
 /// Creates the game-specific command system provider object
 /// </summary>
 /// <returns></returns>
 public ICommandSystem CreateCommandSystemProvider() => CommandSystem = new HurtworldCommandSystem();
 /// <summary>
 /// Creates the game-specific command system provider object
 /// </summary>
 /// <returns></returns>
 public ICommandSystem CreateCommandSystemProvider()
 {
     return CommandSystem = new HurtworldCommandSystem();
 }