8 lines
212 B
C
8 lines
212 B
C
|
#pragma once
|
||
|
|
||
|
#include <vector>
|
||
|
#include <string>
|
||
|
|
||
|
static const std::vector<std::string> skp_order { "str", "dex", "int", "def", "agi" };
|
||
|
static const std::vector<std::string> skp_elements {"e","t","w","f","a"};
|