C# Class Assets.Scripts.Services.Communication.DTOs.Outbound.PlayerPropertiesUpdateDTO

Inheritance: CommandDTO
Datei anzeigen Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
command Command

Public Methods

Method Description
PlayerPropertiesUpdateDTO ( Int32 experiencePoints, Int32 currentLevel, Int32 staminaPowerLevelUpgrade, Int32 hypePowerLevelUpgrade, Int32 attackPowerLevelUpgrade ) : System

Method Details

PlayerPropertiesUpdateDTO() public method

public PlayerPropertiesUpdateDTO ( Int32 experiencePoints, Int32 currentLevel, Int32 staminaPowerLevelUpgrade, Int32 hypePowerLevelUpgrade, Int32 attackPowerLevelUpgrade ) : System
experiencePoints System.Int32
currentLevel System.Int32
staminaPowerLevelUpgrade System.Int32
hypePowerLevelUpgrade System.Int32
attackPowerLevelUpgrade System.Int32
return System

Property Details

command public_oe property

public Command command
return Command