mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
style: Make class static
This commit is contained in:
parent
b705b67b39
commit
c77bd5c59d
@ -10,7 +10,7 @@
|
||||
|
||||
namespace Mirror.Weaver
|
||||
{
|
||||
public class CompilationFinishedHook
|
||||
public static class CompilationFinishedHook
|
||||
{
|
||||
const string MirrorRuntimeAssemblyName = "Mirror";
|
||||
const string MirrorWeaverAssemblyName = "Mirror.Weaver";
|
||||
|
Loading…
Reference in New Issue
Block a user