Finish Puzzle C

This commit is contained in:
2022-12-01 15:13:00 +01:00
parent ae3c6a50f5
commit 26602d3dbc
79 changed files with 4041 additions and 124 deletions

View File

@@ -0,0 +1,7 @@
namespace EscapeRoomEngine.Desert.Runtime.Puzzle_A
{
public class SymbolButton : HoloButton
{
public int symbolNumber;
}
}