C# Class Mooege.Core.MooNet.Toons.Toon

Inheritance: Mooege.Core.MooNet.Objects.PersistentRPCObject
Datei anzeigen Open project: mdz444/mooege Class Usage Examples

Public Properties

Property Type Description
HeroVisualEquipmentField ByteStringPresenceField
HighestUnlockedAct IntPresenceField
HighestUnlockedDifficulty IntPresenceField

Public Methods

Method Description
GetClassByID ( int classId ) : ToonClass
GetSubscriptionNotifications ( ) : List
LevelUp ( ) : void
ToString ( ) : string
Toon ( DBToon dbToon ) : System

Method Details

GetClassByID() public static method

public static GetClassByID ( int classId ) : ToonClass
classId int
return ToonClass

GetSubscriptionNotifications() public method

public GetSubscriptionNotifications ( ) : List
return List

LevelUp() public method

public LevelUp ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Toon() public method

public Toon ( DBToon dbToon ) : System
dbToon DBToon
return System

Property Details

HeroVisualEquipmentField public_oe property

public ByteStringPresenceField HeroVisualEquipmentField
return ByteStringPresenceField

HighestUnlockedAct public_oe property

public IntPresenceField HighestUnlockedAct
return IntPresenceField

HighestUnlockedDifficulty public_oe property

public IntPresenceField HighestUnlockedDifficulty
return IntPresenceField