13 lines
281 B
C#
13 lines
281 B
C#
|
namespace Game.Data
|
|||
|
{
|
|||
|
public class S2C_OtherActiveExitGame : PassiveResponse
|
|||
|
{
|
|||
|
public new S2C_OtherActiveExitGameInfo data;
|
|||
|
|
|||
|
public class S2C_OtherActiveExitGameInfo
|
|||
|
{
|
|||
|
public string lunId;
|
|||
|
public int uid;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|