FIIIIIREEEEE

This commit is contained in:
2023-06-28 13:38:48 +03:00
parent 79c870b6fa
commit c79d2a6b49
25 changed files with 1415 additions and 1798 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
public enum TreasureType { Coin, Key }
public enum MapElementType {Empty,Wall,Ladder,Bridge }
public enum MapElementType {Empty,Wall,Ladder,Bridge,BreakableWall,Water }