fix animation settings and allow Original animation or no animation - setable from GUI. This should fix client switching when using fixed window
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace EveOPreview.Configuration
|
||||
{
|
||||
public enum AnimationStyle
|
||||
{
|
||||
OriginalAnimation,
|
||||
NoAnimation
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user