bullet.OnDestroy C# (CSharp) Method

OnDestroy() public method

public OnDestroy ( ) : void
return void
    void OnDestroy()
    {
        shooter.SendMessage( "ShotDeactivated", SendMessageOptions.DontRequireReceiver );
    }

Usage Example

Beispiel #1
0
 void OnDestroy( )
 {
     ExposedVariables.OnDestroy( );
 }