mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-24 22:41:39 -07:00
ammo protectd->public
This commit is contained in:
parent
4d66d63da2
commit
bfc2b08bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue