Search results

  1. Help! how to hack class constants

    Hi! is deleting const possible? if yes, how? // Namespace: koyjoy.random.types public enum Features // TypeDefIndex: 9613 { // Fields public int value__; // 0x0 public const Features Magic = 305; public const Features Earth = 350; public const Features Attack = 400; } I wanna delete Magic.