C# Class HaloMap.Map.UnicodeTableReader.sid

The sid.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
id int
size byte

Méthodes publiques

Méthode Description
sid ( int iid, byte uselessByte, byte isize ) : System.IO

Initializes a new instance of the sid class.

Method Details

sid() public méthode

Initializes a new instance of the sid class.
public sid ( int iid, byte uselessByte, byte isize ) : System.IO
iid int The iid.
uselessByte byte The useless byte.
isize byte The isize.
Résultat System.IO

Property Details

id public_oe property

The id.
public int id
Résultat int

size public_oe property

The size.
public byte size
Résultat byte