Skip to content

Commit

Permalink
feat: add type hints for InvaderSaveData
Browse files Browse the repository at this point in the history
  • Loading branch information
cheahjs committed Apr 5, 2024
1 parent 6680341 commit cfa4051
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions palworld_save_tools/paltypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
".worldSaveData.EnemyCampSaveData.EnemyCampStatusMap.Value": "StructProperty",
".worldSaveData.DungeonSaveData.DungeonSaveData.MapObjectSaveData.MapObjectSaveData.Model.EffectMap.Value": "StructProperty",
".worldSaveData.DungeonSaveData.DungeonSaveData.MapObjectSaveData.MapObjectSaveData.ConcreteModel.ModuleMap.Value": "StructProperty",
".worldSaveData.InvaderSaveData.Key": "Guid",
".worldSaveData.InvaderSaveData.Value": "StructProperty",
}

PALWORLD_CUSTOM_PROPERTIES: dict[
Expand Down

0 comments on commit cfa4051

Please sign in to comment.