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
04169aea6c
8
.github/ModPreprocessorDefine.csx
vendored
8
.github/ModPreprocessorDefine.csx
vendored
@ -14,14 +14,6 @@ class ModPreprocessorDefine
|
||||
{
|
||||
public static void DoSomething()
|
||||
{
|
||||
// Redirect console output to a file
|
||||
var originalConsoleOut = Console.Out;
|
||||
|
||||
// Print some debug information
|
||||
Console.WriteLine($"Working Directory: {Environment.CurrentDirectory}");
|
||||
Console.WriteLine($"Output File Path: {outputPath}");
|
||||
Console.Out.Flush();
|
||||
|
||||
// Define the path to the PreprocessorDefine.cs file
|
||||
string filePath = "Assets/Mirror/CompilerSymbols/PreprocessorDefine.cs";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user