Example #1
0
def load_spawn_template():
    global SPAWN_TEMPLATE
    SPAWN_TEMPLATE = PropertyContainer.from_file(
        "Modules/ServiceData/FE14Spawn.json")
Example #2
0
def load_tile_template():
    global TILE_TEMPLATE
    if not TILE_TEMPLATE:
        TILE_TEMPLATE = PropertyContainer.from_file(
            "Modules/ServiceData/FE14Tile.json")