Misc block rendering cleanup
This commit is contained in:
@@ -21,6 +21,11 @@ public class DrawRegion extends DrawBlock{
|
||||
this.suffix = suffix;
|
||||
}
|
||||
|
||||
public DrawRegion(String suffix, float rotateSpeed){
|
||||
this.suffix = suffix;
|
||||
this.rotateSpeed = rotateSpeed;
|
||||
}
|
||||
|
||||
public DrawRegion(){
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user