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