Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Mapper

A static singleton class used to store a PacketIdMap in memory.

Hierarchy

  • Mapper

Index

Properties

Methods

Properties

Static map

map: Map<number, PacketType> = new Map<number, PacketType>()

Static reverseMap

reverseMap: Map<PacketType, number> = new Map<PacketType, number>()

Methods

Static mapIds

Generated using TypeDoc