mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
release!: Asset Store Release
This commit is contained in:
parent
d6ee40a8fa
commit
31fdac034e
@ -22,7 +22,7 @@ public static void AddDefineSymbols()
|
|||||||
HashSet<string> defines = new HashSet<string>(currentDefines.Split(';'))
|
HashSet<string> defines = new HashSet<string>(currentDefines.Split(';'))
|
||||||
{
|
{
|
||||||
"MIRROR",
|
"MIRROR",
|
||||||
"MIRROR_70_OR_NEWER",
|
|
||||||
"MIRROR_71_OR_NEWER",
|
"MIRROR_71_OR_NEWER",
|
||||||
"MIRROR_73_OR_NEWER",
|
"MIRROR_73_OR_NEWER",
|
||||||
"MIRROR_78_OR_NEWER",
|
"MIRROR_78_OR_NEWER",
|
||||||
@ -30,7 +30,9 @@ public static void AddDefineSymbols()
|
|||||||
"MIRROR_81_OR_NEWER",
|
"MIRROR_81_OR_NEWER",
|
||||||
"MIRROR_82_OR_NEWER",
|
"MIRROR_82_OR_NEWER",
|
||||||
"MIRROR_83_OR_NEWER"
|
"MIRROR_83_OR_NEWER"
|
||||||
};
|
,
|
||||||
|
"MIRROR_1_OR_NEWER"
|
||||||
|
};;
|
||||||
|
|
||||||
// only touch PlayerSettings if we actually modified it,
|
// only touch PlayerSettings if we actually modified it,
|
||||||
// otherwise it shows up as changed in git each time.
|
// otherwise it shows up as changed in git each time.
|
||||||
|
Loading…
Reference in New Issue
Block a user