C# Class Assets.Scripts.Services.Communication.DTOs.Inbound.LoginResultDTO

Show file Open project: maximecharron/GLO-3002-Frima Class Usage Examples

Public Properties

Property Type Description
attackPowerLevel int
email string
experiencePoints int
hypePowerLevel int
items List
level int
requiredExperiencePointsForNextLevel int
staminaPowerLevel int
token string
upgradePointsOnLevelComplete int
username string

Property Details

attackPowerLevel public property

public int attackPowerLevel
return int

email public property

public string email
return string

experiencePoints public property

public int experiencePoints
return int

hypePowerLevel public property

public int hypePowerLevel
return int

items public property

public List items
return List

level public property

public int level
return int

requiredExperiencePointsForNextLevel public property

public int requiredExperiencePointsForNextLevel
return int

staminaPowerLevel public property

public int staminaPowerLevel
return int

token public property

public string token
return string

upgradePointsOnLevelComplete public property

public int upgradePointsOnLevelComplete
return int

username public property

public string username
return string