using ProtoCSStruct; using Sog; using System.Collections.Generic; using System.Linq; namespace Game { public static class BeginnerGuideEvent { public static void OnRoleEnter(PlayerOnGame player) { } } }