PlayerDrop.SelfDestruct C# (CSharp) Method

SelfDestruct() public method

Called when the drop has been on the ground so long that it must be removed automatically. We can't just leave these in the scene forever.
public SelfDestruct ( ) : void
return void
    void SelfDestruct()
    {
        Destroy(gameObject);
    }