Map submission updated / WIP content patcher experiments
This commit is contained in:
8
core/src/mindustry/mod/NoPatch.java
Normal file
8
core/src/mindustry/mod/NoPatch.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package mindustry.mod;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
@Target({ElementType.FIELD, ElementType.TYPE})
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface NoPatch{
|
||||
}
|
||||
Reference in New Issue
Block a user