{
    "Name": "CursedTitanfall.Core",
    "Description": "A collection of the most unbalanced and chaotic ideas I could come up with bundled into one package for your enjoyment",
    "Version": "1.0.0",
    "RequiredOnClient": false,
    "LoadPriority": 1,
    "InitScript": "_cursed_datatypes.nut",
    "ConVars": [
        {
            "Name": "cs_admin_uid",
            "DefaultValue": "1006943259061"
        }
    ],
    "Scripts":
    [
        {
            "Path": "team_entity_handler.nut",
            "RunOn": "SERVER && MP",
            "ServerCallback": {
                "Before": "Init_TeamEntityStacks"
            }
        }
    ],
    "Localisation":
    [

    ]
}