class Empty

Attributes

x[R]
y[R]

Public Class Methods

new(window, coords) click to toggle source
# File lib/ruby-ai/empty.rb, line 7
def initialize(window, coords)
  @x = coords[:x]
  @y = coords[:y]
end