using ET.EventType; using System; using System.Collections.Generic; namespace ET { public class TestLogEvent : AEvent_Sync { public override void Run(TestLog args) { #if TEST Test.Log(args.msg); #endif } } }