C# Class Cemono.GameLoader

Inheritance: System.MarshalByRefObject
Show file Open project: samneirinck/cemono

Public Methods

Method Description
CompileAndLoadScripts ( Folders folders ) : void

Private Methods

Method Description
Init ( ) : void
LoadEntities ( List entityTypes ) : void
LoadEntity ( Type type ) : void
LoadFlowNode ( Type type ) : void
LoadFlowNodes ( List flowNodeTypes ) : void
LoadGame ( Type gameType ) : void
LoadGameAssembly ( Assembly assembly ) : void

Method Details

CompileAndLoadScripts() public method

public CompileAndLoadScripts ( Folders folders ) : void
folders Folders
return void