mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Updated ModPreprocessorDefine.csx
This commit is contained in:
parent
22a1bed1c4
commit
f73581a8db
4
.github/ModPreprocessorDefine.csx
vendored
4
.github/ModPreprocessorDefine.csx
vendored
@ -1,6 +1,10 @@
|
||||
#r "System.IO"
|
||||
#r "System.Text.RegularExpressions"
|
||||
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
void Main()
|
||||
{
|
||||
// Define the path to the PreprocessorDefine.cs file
|
||||
|
Loading…
Reference in New Issue
Block a user