mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-21 10:05:56 +02:00
Added more defaults.
This commit is contained in:
parent
3205bd1c83
commit
625ee299f7
3 changed files with 26 additions and 7 deletions
|
@ -8,7 +8,7 @@ namespace FFXIVClassic_Map_Server.dataobjects.chara
|
|||
{
|
||||
class BattleSave
|
||||
{
|
||||
public float potencial;
|
||||
public float potencial = 6.6f;
|
||||
public int skillLevel;
|
||||
public int skillLevelCap;
|
||||
public int[] skillPoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue