module GameSystem

Constants

VERSION

Public Class Methods

info() click to toggle source
# File lib/mochee/namespaces.rb, line 15
def self.info
        puts "Game system version #{VERSION}"
end