Пример #1
0
        public static void Add(Interface.Struct.ControlMarker marker)
        {
            ControlMarker nmarker = new ControlMarker(marker);

            Out.Log(Significance.Low, "Added control marker " + nmarker);
            AllControlMarkers.Add(nmarker);
        }
Пример #2
0
 public ControlMarker(Interface.Struct.ControlMarker other)
 {
     BirthRound = other.birthRound;
     Location   = new Technite.CompressedLocation(other.location).CellID;
     Radius     = other.radius;
     TypeIndex  = other.typeIndex;
 }