Big changes 2
- Split into several projects - All dalamud/lumina deps are in the plugin - Crafty/craftingway sim implemented! - optimizations to follow
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Craftimizer.Simulator;
|
||||
|
||||
public enum CompletionState
|
||||
{
|
||||
Incomplete,
|
||||
ProgressComplete,
|
||||
NoMoreDurability,
|
||||
|
||||
Other
|
||||
}
|
||||
Reference in New Issue
Block a user