Content patcher progress
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user