C# Class MapServer.TempPlayObject

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

Public Properties

Property Type Description
accountid int
isRole bool
key int
key2 int
play PlayerObject

Public Methods

Method Description
TempPlayObject ( ) : System

Method Details

TempPlayObject() public method

public TempPlayObject ( ) : System
return System

Property Details

accountid public_oe property

public int accountid
return int

isRole public_oe property

public bool isRole
return bool

key public_oe property

public int key
return int

key2 public_oe property

public int key2
return int

play public_oe property

public PlayerObject,MapServer play
return PlayerObject