using MorgSimulator.Framework; namespace MorgSimulator { public class Morg(int id, (int x, int y) location, (int x, int y) direction) : Entity(id, location, direction) { } }