using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace LD_24.Code { public enum MapTile { Empty, Wall, Friend, Pizzeria, MeetingSpot } }