Atzlan data. Very WIP

This commit is contained in:
Jonathan
2025-06-10 16:49:49 -04:00
parent e464b9ecab
commit 2ac56f9672
4 changed files with 533 additions and 179 deletions
+1
View File
@@ -3,5 +3,6 @@
public static class MovementType
{
public static string Ground = "Ground";
public static string Hover = "Hover";
public static string Air = "Air";
}