Aka_s_Vayne.Manager.StealthManager.Load C# (CSharp) Method

Load() public static method

Static constructor.
public static Load ( ) : void
return void
        public static void Load()
        {
            GameObject.OnIntegerPropertyChange += GameObject_OnIntegerPropertyChange;
        }

Usage Example

Example #1
0
 public static void Load()
 {
     //SpellManager
     SpellManager.Load();
     //MenuManager
     MenuManager.Load();
     //EventManager
     EventManager.Load();
     //StealthManager
     StealthManager.Load();
     //Less Fps drops i hope
     drawing.Load();
 }