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