public BodyEnhanceManager(EntityMyself _myself)
 {
     Instance = this;
     myself = _myself;
     InitEnhanceData();
     myself.RpcCall("BodyEnhaLevReq");
     AddListener();
 }
Exemple #2
0
	public OperationSystem(EntityMyself owner)
	{
		theOwner = owner;

		loginFirstShow = theOwner.IsLoginFirstShow;

		loginRewardHasGot = theOwner.IsLoginRewardHasGot;

		AddListeners();

		#region 活动RPC
		theOwner.RpcCall("EventOpenList");
		// theOwner.RpcCall("get_event_ing");
		#endregion

		#region 成就RPC
		theOwner.RpcCall("get_achievement", 0);
		#endregion
	}