mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-17 03:08:17 +07:00
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
Conflicts: core/src/mindustry/content/Blocks.java
This commit is contained in:
@ -91,7 +91,7 @@ public abstract class BaseProcessor extends AbstractProcessor{
|
||||
}
|
||||
|
||||
public static TypeName tname(String pack, String simple){
|
||||
return ClassName.get(pack, simple );
|
||||
return ClassName.get(pack, simple);
|
||||
}
|
||||
|
||||
public static TypeName tname(String name){
|
||||
|
Reference in New Issue
Block a user