3 lines
108 B
C#
3 lines
108 B
C#
namespace EveOPreview.Configuration {
|
|
public enum AnimationStyle { OriginalAnimation, NoAnimation }
|
|
} |