using System; namespace Mirror.Weaver { public static class Log { public static Action Warning; public static Action Error; } }