Example #1
0
	public PLACE GetSafetySide()
	{
		if (firstRecord == null)
		{
			return PLACE.LEFT;
		}
		return AIUtility.GetSideOfAngle360(firstRecord.angle).Reverse();
	}