C# Class MapServer.IDManager

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
eudemon_start_id uint

Public Methods

Method Description
CreateEudemonCard ( ) : int
CreateId ( ) : uint
CreateTypeId ( byte type ) : uint
GetEudemonWuxing ( ) : int
RecoveryTypeID ( uint id, byte type ) : void

Method Details

CreateEudemonCard() public static method

public static CreateEudemonCard ( ) : int
return int

CreateId() public static method

public static CreateId ( ) : uint
return uint

CreateTypeId() public static method

public static CreateTypeId ( byte type ) : uint
type byte
return uint

GetEudemonWuxing() public static method

public static GetEudemonWuxing ( ) : int
return int

RecoveryTypeID() public static method

public static RecoveryTypeID ( uint id, byte type ) : void
id uint
type byte
return void

Property Details

eudemon_start_id public_oe static_oe property

public static uint eudemon_start_id
return uint