示例#1
0
 public bool isContainFishingRod(FishingRodType fishingRodType)
 {
     return(fishingRodHaveList.Contains(fishingRodType));
 }
示例#2
0
 public bool removeFishingRodHaveList(FishingRodType fishingRodType)
 {
     return(fishingRodHaveList.Remove(fishingRodType));
 }
示例#3
0
 public void addFishingRodHaveList(FishingRodType fishingRodType)
 {
     fishingRodHaveList.Add(fishingRodType);
 }