Files
MonoGame.Extended/Source/MonoGame.Extended.SceneGraphs/ISceneEntity.cs
T

11 lines
193 B
C#

using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using MonoGame.Extended.Shapes;
using MonoGame.Extended.TextureAtlases;
namespace MonoGame.Extended.SceneGraphs
{
}