1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 21:07:25 +03:00

unprivate countOre (#6410)

This commit is contained in:
Matthew (or Maya) Peng 2021-12-07 21:02:52 -08:00 committed by GitHub
parent 76af0228c1
commit 8e89b24e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ public class Drill extends Block{
return new TextureRegion[]{region, rotatorRegion, topRegion};
}
void countOre(Tile tile){
protected void countOre(Tile tile){
returnItem = null;
returnCount = 0;