mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Added basic dialogs, added 'blindman' implementation of TACNET networking code, added font
This commit is contained in:
6
lib/tac.rb
Normal file
6
lib/tac.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module TAC
|
||||
ROOT_PATH = File.expand_path("../..", __FILE__)
|
||||
CONFIG_PATH = "#{ROOT_PATH}/data/config.json"
|
||||
|
||||
CONFIG_SPEC_VERSION = 2
|
||||
end
|
||||
Reference in New Issue
Block a user