13 lines
196 B
C#
13 lines
196 B
C#
|
|
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Microsoft.Xna.Framework;
|
|
|
|
namespace Awperative;
|
|
|
|
public sealed partial class Scene : ComponentDocker
|
|
{
|
|
//todo: make useful lolol
|
|
}
|