e190368d62
- Split into several projects - All dalamud/lumina deps are in the plugin - Crafty/craftingway sim implemented! - optimizations to follow
16 lines
230 B
C#
16 lines
230 B
C#
namespace Craftimizer.Simulator;
|
|
|
|
public enum EffectType
|
|
{
|
|
InnerQuiet,
|
|
WasteNot,
|
|
Veneration,
|
|
GreatStrides,
|
|
Innovation,
|
|
FinalAppraisal,
|
|
WasteNot2,
|
|
MuscleMemory,
|
|
Manipulation,
|
|
HeartAndSoul,
|
|
}
|