Packet descriptions
This commit is contained in:
25
lib/classes/packets/SimulatorSetMap.ts
Normal file
25
lib/classes/packets/SimulatorSetMap.ts
Normal file
@@ -0,0 +1,25 @@
|
||||
// This file has been automatically generated by writePacketClasses.js
|
||||
|
||||
import {UUID} from '../UUID';
|
||||
import Long = require('long');
|
||||
import {MessageFlags} from '../../enums/MessageFlags';
|
||||
import {Packet} from '../Packet';
|
||||
|
||||
export class SimulatorSetMapPacket implements Packet
|
||||
{
|
||||
name = 'SimulatorSetMap';
|
||||
flags = MessageFlags.Trusted | MessageFlags.FrequencyLow;
|
||||
id = 4294901766;
|
||||
|
||||
MapData: {
|
||||
RegionHandle: Long;
|
||||
Type: number;
|
||||
MapImage: UUID;
|
||||
};
|
||||
|
||||
getSize(): number
|
||||
{
|
||||
return 28;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user