squidGame/tgx-games-config/config/CSTemplate/#Config_Template#.cs.txt

11 lines
185 B
Plaintext

using System;
using System.Collections;
using System.Collections.Generic;
namespace Cfg
{
public partial class __CLASSNAME__ : CfgBase
{
__VARDECLARETION__
}
}