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