/** * Possible actions for other players interacting with the current area */ export declare enum AreaAction { Joined = "joined", Left = "left" }