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