C# Class Ultima.UOSound

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Свойство Type Description
ID int
Name string
buffer byte[]

Méthodes publiques

Méthode Description
UOSound ( string name, int id, byte buff ) : System

Method Details

UOSound() public méthode

public UOSound ( string name, int id, byte buff ) : System
name string
id int
buff byte
Résultat System

Property Details

ID public_oe property

public int ID
Résultat int

Name public_oe property

public string Name
Résultat string

buffer public_oe property

public byte[] buffer
Résultat byte[]