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
5ae11f2cc7
commit
8893c1d651
3
.github/ModPreprocessorDefine.csx
vendored
3
.github/ModPreprocessorDefine.csx
vendored
@ -4,9 +4,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
|
using System.Diagnostics;
|
||||||
|
|
||||||
void Main()
|
void Main()
|
||||||
{
|
{
|
||||||
|
Debug.WriteLine("Debug ModPreprocessorDefine Started");
|
||||||
|
|
||||||
Console.WriteLine("ModPreprocessorDefine Started");
|
Console.WriteLine("ModPreprocessorDefine Started");
|
||||||
Console.Out.Flush();
|
Console.Out.Flush();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user