DIFF

EntityAIType.c

class EntityAIType : EntityType
{
	protected void EntityAIType()
	{
	}

	protected void ~EntityAIType()
	{
	}

};