struct Mine

Defined in:

run_client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, id : UUID = UUID.random) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(x _x = @x, y _y = @y, id _id = @id) #

[View source]
def id : UUID #

def x : Int32 #

def y : Int32 #