C# (CSharp) MBC.Shared IDNumber - 18 examples found. These are the top rated real world C# (CSharp) examples of MBC.Shared.IDNumber extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
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]); }