mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-12-02 09:47:59 +01:00
14 lines
180 B
C#
14 lines
180 B
C#
|
using Fie.Manager;
|
||
|
|
||
|
namespace Fie.Object
|
||
|
{
|
||
|
public struct FieGameCharacterBuildData
|
||
|
{
|
||
|
public FieLevelInfo levelInfo;
|
||
|
|
||
|
public int skillPoint;
|
||
|
|
||
|
public int promotedCount;
|
||
|
}
|
||
|
}
|