OneWayPlatform.StopGhost C# (CSharp) Method

StopGhost() public method

public StopGhost ( ) : void
return void
    void StopGhost()
    {
        isGhost = false;
        gameObject.collider2D.enabled = true;
    }