module GameSystem

Constants

VERSION

Public Class Methods

info() click to toggle source
# File lib/focus/namespaces.rb, line 15
def self.info #module methods
        puts "GameSystem version #{VERSION}"
end