• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Automap (client) [VS plugin mod]


Commit MetaInfo

Revision8329f4f7aed8d78e2113ff6d76b1fb605c447eb4 (tree)
Zeit2020-03-22 23:51:36
AutorThe Grand Dog <alex.h@me.c...>
CommiterThe Grand Dog

Log Message

typo

Ändern Zusammenfassung

Diff

--- a/Automap/Data/BlockDesignator.cs
+++ b/Automap/Data/BlockDesignator.cs
@@ -24,7 +24,7 @@ namespace Automap
2424 public Color OverwriteColor;
2525
2626 [JsonIgnore]
27- public BlockDesignatonAction SpecialAction;
27+ public BlockDesignatorAction SpecialAction;
2828
2929 [JsonProperty]
3030 public string SpecialActionName;
--- a/Automap/Data/EntityDesignator.cs
+++ b/Automap/Data/EntityDesignator.cs
@@ -25,7 +25,7 @@ namespace Automap
2525 public Color Color;
2626
2727 [JsonIgnore]
28- public EntityDesignatonAction SpecialAction;
28+ public EntityDesignatorAction SpecialAction;
2929
3030 [JsonProperty]
3131 public string SpecialActionName;