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