Files
AwperativeKernel/Awperative/Kernel/Scene/Core.cs
2026-02-14 17:22:42 -05:00

13 lines
190 B
C#

using System.Collections.Generic;
using System.Linq;
using Microsoft.Xna.Framework;
namespace Awperative;
public sealed partial class Scene : Container
{
//todo: make useful lolol
}