Example #1
0
 public override void Unload()
 {
     ToBeContinued.TBCArrowTexture      = null;
     HamonBarState.hamonBarTexture      = null;
     BulletCounter.bulletCounterTexture = null;
     Items.SexPistolsFinal.usesound     = null;
     Instance           = null;
     ItemHotKey         = null;
     AccessoryHotKey    = null;
     StandControl       = null;
     StandControlUp     = null;
     StandControlDown   = null;
     StandControlLeft   = null;
     StandControlRight  = null;
     StandControlAttack = null;
     PoseHotKey         = null;
     customizableConfig = null;
     base.Unload();
 }
Example #2
0
 public JoJoStands()
 {
     Instance = this;
 }