class FightPl

Defined in:

server/games/fight.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UUID) #

[View source]

Instance Method Detail

def alive? #

[View source]
def damage(x : Int32) #

[View source]
def health : Int32 #

[View source]
def id : UUID #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]