Fires, puddles, feature reimplementations
This commit is contained in:
32
core/src/mindustry/entities/AllDefs.java
Normal file
32
core/src/mindustry/entities/AllDefs.java
Normal file
@@ -0,0 +1,32 @@
|
||||
package mindustry.entities;
|
||||
|
||||
import mindustry.annotations.Annotations.*;
|
||||
import mindustry.gen.*;
|
||||
|
||||
class AllDefs{
|
||||
|
||||
@GroupDef(Entityc.class)
|
||||
void all(){
|
||||
|
||||
}
|
||||
|
||||
@GroupDef(Playerc.class)
|
||||
void player(){
|
||||
|
||||
}
|
||||
|
||||
@GroupDef(value = Unitc.class, spatial = true)
|
||||
void unit(){
|
||||
|
||||
}
|
||||
|
||||
@GroupDef(Tilec.class)
|
||||
void tile(){
|
||||
|
||||
}
|
||||
|
||||
@GroupDef(Syncc.class)
|
||||
void sync(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user