14 : staticID_ (DEFAULT_STATIC_ID)
15 , currentPP_ (DEFAULT_PP_VALUE)
16 , maxPP_ (DEFAULT_MAX_PP_VALUE)
17 , skillInfo_ (nullptr)
24 , currentPP_ (DEFAULT_PP_VALUE)
25 , maxPP_ (DEFAULT_MAX_PP_VALUE)
26 , skillInfo_ (nullptr)
32 : staticID_ (copy.staticID_)
33 , currentPP_ (copy.currentPP_)
34 , maxPP_ (copy.maxPP_)
35 , skillInfo_ (nullptr)
49 YAPOG_THROW(
"This skill's base informations doesn't exist !");
57 YAPOG_THROW(
"This skill's base informations doesn't exist !");
75 YAPOG_THROW(
"This skill's base informations doesn't exist !");
96 Create<SkillInfo> (
"SkillInfo",
ID (skillID));