C# Class OpenEmpires.Entities.Resource

Inheritance: EntityBase
Afficher le fichier Open project: HandsomeMatt/OpenEmpires

Méthodes publiques

Свойство Type Description
Amount ushort

Méthodes publiques

Méthode Description
ParseCustomStream ( BinaryReader reader ) : void
Resource ( ) : System
Update ( ) : void

Méthodes protégées

Méthode Description
GetCustomData ( ) : MemoryStream

Method Details

GetCustomData() protected méthode

protected GetCustomData ( ) : MemoryStream
Résultat System.IO.MemoryStream

ParseCustomStream() public méthode

public ParseCustomStream ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

Resource() public méthode

public Resource ( ) : System
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Amount public_oe property

public ushort Amount
Résultat ushort