7 lines
312 B
Python
7 lines
312 B
Python
ProjectName = "{{mod_name}}"
|
|
|
|
ServerSystemName = "{{mod_name}}ServerSystem"
|
|
ServerSystemPath = "{{mod_name_lower}}Scripts.modServer.serverSystem.{{mod_name}}ServerSystem"
|
|
|
|
ClientSystemName = "{{mod_name}}ClientSystem"
|
|
ClientSystemPath = "{{mod_name_lower}}Scripts.modClient.clientSystem.{{mod_name}}ClientSystem" |