Domain.IGameObserver_PayloadTable.Say_Invoke.GetInterfaceType C# (CSharp) 메소드

GetInterfaceType() 공개 메소드

public GetInterfaceType ( ) : Type
리턴 Type
            public Type GetInterfaceType()
            {
                return typeof(IGameObserver);
            }
IGameObserver_PayloadTable.Say_Invoke