C# (CSharp) MBC.Shared Namespace

Nested Namespaces

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

Classes

Name Description
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