Map submission updated / WIP content patcher experiments

This commit is contained in:
Anuken
2025-10-20 22:47:35 -04:00
parent 34d994f384
commit 8898cbe6e4
11 changed files with 363 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
package mindustry.mod;
import java.lang.annotation.*;
@Target({ElementType.FIELD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface NoPatch{
}