Files
emod-cli/examples/default/behavior_pack/exampleScripts/modCommon/modConfig.py

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"