コード例 #1
0
ファイル: WheelEntity.cs プロジェクト: Facepunch/sandbox
    protected override void OnDestroy()
    {
        base.OnDestroy();

        if (Joint.IsValid())
        {
            Joint.Remove();
        }
    }