On this pageGDTKStatModifier.ShutdownDeclaration#public void Shutdown()CopyDescription#Shutdown this objectUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatModifier target) { target.Shutdown(); } }Copy