EntityStats

class EntityStats

Represents an entitys base statistics, such as attack damage and max health

Author

Interfiber

Constructors

EntityStats
Link copied to clipboard
fun EntityStats()

Properties

attackDamage
Link copied to clipboard
var attackDamage: Int = 0
maxHealth
Link copied to clipboard
var maxHealth: Int = 0