LightningSpellScriptOnDestroy Method |
On destroy - derived classes should call base class method first
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected virtual void OnDestroy()
Protected Overridable Sub OnDestroy
protected:
virtual void OnDestroy()
abstract OnDestroy : unit -> unit
override OnDestroy : unit -> unit
See Also