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