HealPacket

data class HealPacket(val amount: Byte) : CustomPacketPayload(source)

Synchronizes Mario state across client/server so movement stays coherent. Use this page as a quick orientation point before editing HealPacket.

Constructors

Link copied to clipboard
constructor(amount: Byte)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun type(): CustomPacketPayload.Type<out CustomPacketPayload>