namespace Game { public abstract class PatchCode { // patch 号的定义,新增的patch 号必须要比现有的所有patch 号都要大,否则不会生效。 public const int PATCH_CODE_FIX_TEST = 1; } }