mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added PhpDoc for packet field types and changed float x,y,z to Vector3
This commit is contained in:
@ -30,8 +30,11 @@ use pocketmine\network\mcpe\NetworkSession;
|
||||
class ShowStoreOfferPacket extends DataPacket{
|
||||
const NETWORK_ID = ProtocolInfo::SHOW_STORE_OFFER_PACKET;
|
||||
|
||||
/** @var string */
|
||||
public $offerId;
|
||||
/** @var bool */
|
||||
public $unknownBool;
|
||||
/** @var string */
|
||||
public $unknownString;
|
||||
|
||||
protected function decodePayload(){
|
||||
|
Reference in New Issue
Block a user