예제 #1
0
파일: PowerUpManager.cs 프로젝트: kozupi/--
 public void removeShield(Shield s)
 {
     shieldList.Remove(s);
 }
예제 #2
0
파일: PowerUpManager.cs 프로젝트: kozupi/--
 public void addShield(Shield s)
 {
     shieldList.Add(s);
 }