Domain.IGame_PayloadTable.GetPayloadTypes C# (CSharp) Method

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(Join_Invoke), typeof(Join_Return) },
                { typeof(Leave_Invoke), null },
            };
        }
IGame_PayloadTable