Files

7 lines
81 B
C#
Raw Permalink Normal View History

namespace Entity
{
public class CombatantEntity:Entity
{
}
}