Class PatchGameWindow

java.lang.Object
com.avrix.agent.ClassTransformer
com.avrix.patches.PatchGameWindow

public class PatchGameWindow extends ClassTransformer
Game window patcher
  • Constructor Details

    • PatchGameWindow

      public PatchGameWindow()
      Constructor for creating a ClassTransformer object.
  • Method Details

    • modifyClass

      public void modifyClass()
      Method for performing class modification. The implementing method must contain the logic for modifying the target class.
      Specified by:
      modifyClass in class ClassTransformer