2021-04-08 20:09:59 +08:00
|
|
|
|
namespace ET
|
|
|
|
|
{
|
2021-04-24 17:39:11 +08:00
|
|
|
|
public class SessionPlayerComponent: Entity
|
2021-04-08 20:09:59 +08:00
|
|
|
|
{
|
2021-04-24 17:39:11 +08:00
|
|
|
|
public User User { get; set; }
|
|
|
|
|
|
2021-04-08 20:09:59 +08:00
|
|
|
|
|
2021-04-24 17:39:11 +08:00
|
|
|
|
public int maxRpcId;
|
2021-04-08 20:09:59 +08:00
|
|
|
|
}
|
|
|
|
|
}
|