Building for web

This commit is contained in:
Max 2025-03-05 15:54:40 +01:00
parent 3651adbef8
commit 395535b947
21 changed files with 197 additions and 37 deletions

View file

@ -1,3 +1,4 @@
#if UNITY_EDITOR
using System;
using System.Collections.Generic;
using UnityEngine;
@ -163,3 +164,4 @@ namespace DungeonGenerator
}
}
}
#endif