mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Merged master
This commit is contained in:
commit
185abd34f0
7
.github/ModPreprocessorDefine.csx
vendored
7
.github/ModPreprocessorDefine.csx
vendored
@ -1,11 +1,12 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Diagnostics;
|
||||
|
||||
class Program
|
||||
ModPreprocessorDefine.DoSomething();
|
||||
|
||||
class ModPreprocessorDefine
|
||||
{
|
||||
static void Main()
|
||||
public static void DoSomething()
|
||||
{
|
||||
Console.WriteLine("ModPreprocessorDefine Started");
|
||||
Console.Out.Flush();
|
||||
|
Loading…
Reference in New Issue
Block a user