C# Class Ultima.UOSound

Datei anzeigen Open project: polserver/poltools Class Usage Examples

Public Properties

Property Type Description
ID int
Name string
buffer byte[]

Public Methods

Method Description
UOSound ( string name, int id, byte buff ) : System

Method Details

UOSound() public method

public UOSound ( string name, int id, byte buff ) : System
name string
id int
buff byte
return System

Property Details

ID public_oe property

public int ID
return int

Name public_oe property

public string Name
return string

buffer public_oe property

public byte[] buffer
return byte[]