Complete early roadmap foundation and calendar helpers

This commit is contained in:
2026-05-15 21:41:37 -07:00
parent 6cd6729b7b
commit 8ee1f83b16
80 changed files with 3354 additions and 157 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def load(path):
def main():
character_bp = load("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter")
character_bp = load("/Game/Agrarian/Blueprints/Characters/BP_AgrarianPlayerCharacter")
character_cdo = unreal.get_default_object(character_bp.generated_class())
for property_name, value in MOVEMENT_DEFAULTS.items():