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,11 @@
|
||||
namespace Craftimizer.Simulator;
|
||||
|
||||
public enum ActionResponse
|
||||
{
|
||||
SimulationComplete,
|
||||
ActionNotUnlocked,
|
||||
NotEnoughCP,
|
||||
NoDurability,
|
||||
CannotUseAction,
|
||||
UsedAction,
|
||||
}
|
||||
Reference in New Issue
Block a user