C# Class WorldEditor.TableSerializer

Mostra file Open project: rotators/tools Class Usage Examples

Public Methods

Method Description
Exists ( string name ) : bool
Load ( string name ) : byte[]
Save ( string name, byte bytes ) : void

Method Details

Exists() public static method

public static Exists ( string name ) : bool
name string
return bool

Load() public static method

public static Load ( string name ) : byte[]
name string
return byte[]

Save() public static method

public static Save ( string name, byte bytes ) : void
name string
bytes byte
return void