Sha256: e3b86c1c517518b8488c71e379f39623b285f777cbbc33e0be8245cf8712960e
Contents?: true
Size: 118 Bytes
Versions: 2
Compression:
Stored size: 118 Bytes
Contents
class SpatialBucket < Array attr_accessor :x, :y def initialize(x,y) @x = x @y = y super() end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gamebox-0.3.4 | lib/gamebox/spatial_bucket.rb |
gamebox-0.3.3 | lib/gamebox/spatial_bucket.rb |