Files
2026-03-19 18:12:07 +01:00

7 lines
100 B
C#

using UnityEngine;
namespace Nox.Game {
public class ScenePrefabs : ScriptableObject {
}
}