Files
2026-05-19 15:52:04 +02:00

7 lines
100 B
C#

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