Class PlayerStatistisc
- Namespace
- CodeBase.Patterns.Example
- Assembly
- 4Experience.CodeBase.Patterns.Samples.dll
public class PlayerStatistisc
- Inheritance
-
PlayerStatistisc
- Extension Methods
-
Constructors
PlayerStatistisc(int, int)
public PlayerStatistisc(int health, int level)
Parameters
health int
level int
Properties
Health
public int Health { get; private set; }
Property Value
- int
Level
public int Level { get; private set; }
Property Value
- int
Methods
GetDetails()
public string GetDetails()
Returns
- string