9 lines
168 B
C#
9 lines
168 B
C#
|
namespace Game.Data
|
||
|
{
|
||
|
public class S2C_Balance : Response
|
||
|
{
|
||
|
public string lunId;
|
||
|
public float receive_money;
|
||
|
public float money;
|
||
|
}
|
||
|
}
|