Skip to content

Commit

Permalink
v2.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstar0 committed Jun 11, 2020
1 parent 0edab1e commit 0104807
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Emitters/MyMod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public partial class EmittersMod : Mod {
internal Texture2D EmitterTex;
internal Texture2D SoundEmitterTex;
internal Texture2D HologramTex;

internal UIEmitterEditorDialog EmitterEditorDialog;
internal UISoundEmitterEditorDialog SoundEmitterEditorDialog;
internal UIHologramEditorDialog HologramEditorDialog;
Expand Down
1 change: 0 additions & 1 deletion Emitters/UI/UIHologramEditorDialog_Init.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using HamstarHelpers.Classes.UI.Elements;
using HamstarHelpers.Classes.UI.Theme;
using HamstarHelpers.Helpers.Debug;
using HamstarHelpers.Services.Timers;


namespace Emitters.UI {
Expand Down
4 changes: 2 additions & 2 deletions Emitters/build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
displayName = Emitters
author = hamstar
version = 2.0.0.2
modReferences = [email protected].0
modReferences = [email protected].1
buildIgnore = *.csproj, *.user, *.bat, obj\*, bin\*, .vs\*, .git\*
homepage = https://forums.terraria.org/index.php?threads/emitters.87584/
homepage = https://forums.terraria.org/index.php?threads/emitters.87584/

0 comments on commit 0104807

Please sign in to comment.