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

11 lines
185 B
Plaintext
Raw Normal View History

2025-02-17 21:36:37 +08:00
using System;
using System.Collections;
using System.Collections.Generic;
namespace Cfg
{
public partial class __CLASSNAME__ : CfgBase
{
__VARDECLARETION__
}
2025-02-07 10:49:34 +08:00
}