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