local TurnSystemMock = Object:extend() function TurnSystemMock:new() end function TurnSystemMock:applyDeath() end return TurnSystemMock