コード例 #1
0
 protected static IGameProperty <GamePace> CreateGamePaceProperty(GamePace defaultPace)
 {
     return(new GameProperty <GamePace>("Game Pace", defaultPace, GamePaceDict.GamePaceAsDict));
 }
コード例 #2
0
 protected static IGameProperty<GamePace> CreateGamePaceProperty(GamePace defaultPace)
 {
     return new GameProperty<GamePace>("Game Pace", defaultPace, GamePaceDict.GamePaceAsDict);
 }