PreprocessorDefine - added 12 months comment

This commit is contained in:
MrGadget1024 2022-12-31 10:29:48 -05:00
parent 9df0b0f143
commit ff461331d4

View File

@ -23,7 +23,9 @@ public static void AddDefineSymbols()
"MIRROR_2022_9_OR_NEWER", "MIRROR_2022_9_OR_NEWER",
"MIRROR_2022_10_OR_NEWER", "MIRROR_2022_10_OR_NEWER",
"MIRROR_70_0_OR_NEWER", "MIRROR_70_0_OR_NEWER",
"MIRROR_71_0_OR_NEWER", "MIRROR_71_0_OR_NEWER"
// Remove oldest when adding next month's symbol.
// Keep a rolling 12 months of symbols.
}; };
// only touch PlayerSettings if we actually modified it. // only touch PlayerSettings if we actually modified it.