mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
Partially redone combined artifacts.
This commit is contained in:
@ -155,6 +155,8 @@ void registerTypes2(Serializer &s)
|
||||
s.template registerType<PutArtifact>();
|
||||
s.template registerType<EraseArtifact>();
|
||||
s.template registerType<MoveArtifact>();
|
||||
s.template registerType<AssembledArtifact>();
|
||||
s.template registerType<DisassembledArtifact>();
|
||||
|
||||
s.template registerType<SaveGame>();
|
||||
s.template registerType<SetSelection>();
|
||||
|
Reference in New Issue
Block a user