Content patcher progress

This commit is contained in:
Anuken
2025-10-21 11:38:02 -04:00
parent 8898cbe6e4
commit b78cd5bbd9
8 changed files with 122 additions and 46 deletions

View File

@@ -2,6 +2,7 @@ package mindustry.mod;
import java.lang.annotation.*;
/** Indicates that a field cannot be edited by the content patcher. */
@Target({ElementType.FIELD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface NoPatch{