Class PatchBanSteamIDCommand

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

public class PatchBanSteamIDCommand extends ClassTransformer
BanSteamIDCommand patcher
  • Constructor Details

    • PatchBanSteamIDCommand

      public PatchBanSteamIDCommand()
      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