コード例 #1
0
 private void Start()
 {
     GameCommands = GetComponent <KMGameCommands>();
     GameInfo     = GetComponent <KMGameInfo>();
     BombInfo     = GetComponent <KMBombInfo>();
     Service      = GetComponent <KMService>();
     Console      = GetComponent <CommandLineWindow>();
     SetUpCommands();
 }
コード例 #2
0
 public Service(KMService service)
 {
     ServiceObject = service.gameObject;
 }