C# Class LaunchServer.Player

ファイルを表示 Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
Load ( ) : void
Player ( string name ) : System
Save ( ) : void

Method Details

Load() public method

public Load ( ) : void
return void

Player() public method

public Player ( string name ) : System
name string
return System

Save() public method

public Save ( ) : void
return void