8 lines
122 B
C#
8 lines
122 B
C#
|
namespace Game.Player
|
|||
|
{
|
|||
|
public class PlayerData
|
|||
|
{
|
|||
|
public float jinbei;
|
|||
|
public float hp;
|
|||
|
}
|
|||
|
}
|