mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-24 03:56:31 +00:00
8 lines
162 B
C#
8 lines
162 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace MonoGame.Extended.SceneGraphs
|
|
{
|
|
public class SceneEntityCollection : Collection<SceneEntity>
|
|
{
|
|
}
|
|
} |