MountType

sealed interface MountType(source)

로컬 플레이어의 카트 탑승 또는 관전 상태입니다.

Inheritors

Types

Link copied to clipboard

카트에 탑승하지 않았고 카트 탑승자를 관전하지도 않는 상태입니다.

Link copied to clipboard

로컬 플레이어가 카트에 직접 탑승한 상태입니다.

Link copied to clipboard
class Spectating(val camera: Entity) : MountType

카트에 탑승한 다른 플레이어를 관전하는 상태입니다.