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