C# (CSharp) MBC.Shared Пространство имен

Пространства имен

MBC.Shared.Attributes
MBC.Shared.Entities
MBC.Shared.Events
MBC.Shared.Util

Классы

Имя Описание
Constants
ControllerID
ControllerRegister
FieldInfo
IDNumber Identical to an integer and can be used exactly as such in code. Used to identify a Controller in a specific index of arrays present in Register and MatchConfig. { var matchInfo = ...; //get the MatchInfo from somewhere ControllerID opponent = ...; //get it from somewhere Console.WriteLine("Playing against " + matchInfo.Players[opponent]); }
MatchConfig
MatchInfo