Skip to content

Commit

Permalink
MIRROR_2022_9_OR_NEWER
Browse files Browse the repository at this point in the history
  • Loading branch information
vis2k committed Sep 15, 2022
1 parent 7ec14a7 commit bb4f2b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Assets/Mirror/CompilerSymbols/PreprocessorDefine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public static void AddDefineSymbols()
"MIRROR_57_0_OR_NEWER",
"MIRROR_58_0_OR_NEWER",
"MIRROR_65_0_OR_NEWER",
"MIRROR_66_0_OR_NEWER"
"MIRROR_66_0_OR_NEWER",
"MIRROR_2022_9_OR_NEWER"
};

// only touch PlayerSettings if we actually modified it.
Expand Down

0 comments on commit bb4f2b9

Please sign in to comment.