C# Class TinkerWorX.SharpCraft.Launcher.Common

Mostra file Open project: TinkerWorX/SharpCraft

Public Methods

Method Description
Initialize ( ) : bool
StartEditor ( string args ) : void
StartGame ( string args ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : bool
return bool

StartEditor() public static method

public static StartEditor ( string args ) : void
args string
return void

StartGame() public static method

public static StartGame ( string args ) : void
args string
return void