C# Class LegalityChecker.FontChar

Inheritance: IEntity
Mostra file Open project: kamronbatman/Pokemon-Legality-Checker

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( GenericReader reader ) : void
FontChar ( ) : System
FontChar ( ushort pokechar, ushort unicode ) : System
Serialize ( GenericWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( GenericReader reader ) : void
reader GenericReader
return void

FontChar() public method

public FontChar ( ) : System
return System

FontChar() public method

public FontChar ( ushort pokechar, ushort unicode ) : System
pokechar ushort
unicode ushort
return System

Serialize() public method

public Serialize ( GenericWriter writer ) : void
writer GenericWriter
return void