C# Class CryEngine.API.GameSystem

ファイルを表示 Open project: samneirinck/cemono

Public Methods

Method Description
RegisterGameClass ( BaseGame game ) : void

Registers the game class to the engine

Private Methods

Method Description
_RegisterGameClass ( BaseGame game ) : void

Method Details

RegisterGameClass() public static method

Registers the game class to the engine
public static RegisterGameClass ( BaseGame game ) : void
game BaseGame Implementation of the BaseGame abstract class
return void