DangerousD/DangerousD/GameCore/GameObjects/Entity.cs
2023-08-14 01:25:32 +03:00

10 lines
146 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DangerousD.GameCore.GameObjects
{
class Entity
{
}
}