- #pragma once
- #include "WorldUpdate.h"
- class BlockRemovedUpdateType : WorldUpdateType
- {
- REGISTRABLE( BlockRemovedUpdateType )
- protected:
- BlockRemovedUpdateType();
- void applyUpdate( Framework::StreamReader* zReader ) override;
- };
- REGISTER( BlockRemovedUpdateType, WorldUpdateType )
|