Sha256: 1bd03a8ef440c5e7cb6434a657d9599c6755a18efa58d3b50d87089d4aaf182b

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

module Gosuplus
  class Body
    attr_accessor :position, :a, :width, :height
    
    def initialize(position, width, height, angle = 0)
      @position, @width, @height, @a = position, width, height, angle
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
Gosuplus-1.0.261 lib/Gosuplus/body.rb