ammo protectd->public

This commit is contained in:
younggam 2020-11-14 14:56:47 +09:00 committed by GitHub
parent 4d66d63da2
commit bfc2b08bcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ public class ItemTurret extends Turret{
}
/** Initializes accepted ammo map. Format: [item1, bullet1, item2, bullet2...] */
protected void ammo(Object... objects){
public void ammo(Object... objects){
ammoTypes = OrderedMap.of(objects);
}