Editor: add character support

This commit is contained in:
2021-08-08 21:22:00 +02:00
parent f3c4380bfb
commit c7309d56a3
3 changed files with 46 additions and 19 deletions
+1
View File
@@ -10,6 +10,7 @@ struct VisitorType {
enum Value {
Terrain = 0xE001,
Modifier = 0xE002,
Character = 0xE003,
};
};