10 lines
146 B
C#
10 lines
146 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace DangerousD.GameCore.GameObjects
|
|
{
|
|
class Entity
|
|
{
|
|
}
|
|
}
|