コード例 #1
0
 public bool IsSlotValid(EWeaponSlotType slot)
 {
     return(SlotLibary.IsSlotValid(slot));
 }
コード例 #2
0
 public EWeaponSlotType GetWeaponSlotByIndex(int index)
 {
     return(SlotLibary.GetWeaponSlotByIndex(index));
 }