e190368d62
- Split into several projects - All dalamud/lumina deps are in the plugin - Crafty/craftingway sim implemented! - optimizations to follow
14 lines
179 B
C#
14 lines
179 B
C#
namespace Craftimizer.Simulator;
|
|
|
|
public enum ClassJob
|
|
{
|
|
Carpenter,
|
|
Blacksmith,
|
|
Armorer,
|
|
Goldsmith,
|
|
Leatherworker,
|
|
Weaver,
|
|
Alchemist,
|
|
Culinarian
|
|
}
|