コード例 #1
0
 public static int GetPortCount(this KMBombInfo bombInfo, KnownPortType portType)
 {
     return(bombInfo.GetPortCount(portType.ToString()));
 }
コード例 #2
0
 public static bool IsPortPresent(this KMBombInfo bombInfo, KnownPortType portType)
 {
     return(bombInfo.IsPortPresent(portType.ToString()));
 }
コード例 #3
0
 public static bool IsDuplicatePortPresent(this KMBombInfo bombInfo, KnownPortType port)
 {
     return(IsDuplicatePortPresent(bombInfo, port.ToString()));
 }