Class should be static

This commit is contained in:
Paul Pacheco 2019-06-19 08:11:20 -05:00
parent 4608b6f9a2
commit c2aa934046

View File

@ -6,7 +6,7 @@
namespace Mirror.Weaver
{
public class Writers
public static class Writers
{
const int MaxRecursionCount = 128;