struct Mazebot::NodeData

Defined in:

mazebot/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Number::Primitive, y : Number::Primitive, character : String) #

[View source]

Instance Method Detail

def character : String #

[View source]
def to_s(io) #

[View source]
def x : Number::Primitive #

[View source]
def y : Number::Primitive #

[View source]