OSDN Git Service

typo
authorThe Grand Dog <alex.h@me.com>
Sun, 22 Mar 2020 14:51:36 +0000 (10:51 -0400)
committerThe Grand Dog <alex.h@me.com>
Sun, 22 Mar 2020 14:51:36 +0000 (10:51 -0400)
Automap/Data/BlockDesignator.cs
Automap/Data/EntityDesignator.cs

index 56e33f0..8511308 100644 (file)
@@ -24,7 +24,7 @@ namespace Automap
                public Color OverwriteColor;
 
                [JsonIgnore]
-               public BlockDesignatonAction SpecialAction;
+               public BlockDesignatorAction SpecialAction;
 
                [JsonProperty]
                public string SpecialActionName;
index 3b2eda9..50dd7a8 100644 (file)
@@ -25,7 +25,7 @@ namespace Automap
                public Color Color;
 
                [JsonIgnore]
-               public EntityDesignatonAction SpecialAction;
+               public EntityDesignatorAction SpecialAction;
 
                [JsonProperty]
                public string SpecialActionName;