Skip to content

Commit

Permalink
IExtractorAnimator is public
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Aug 13, 2013
1 parent c41eaaf commit 6cd091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/IExtractorAnimator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum ExtractorState
Retracting,
}

internal interface IExtractorAnimator
public interface IExtractorAnimator
{
ExtractorState CurrentState { get; }
void Deploy();
Expand Down

0 comments on commit 6cd091c

Please sign in to comment.