C# Class Ultima.UOSound

Show file 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 property

public int ID
return int

Name public property

public string Name
return string

buffer public property

public byte[] buffer
return byte[]