Exemplo n.º 1
0
 public override void OnRelease()
 {
     if (this.stActivityCommon != null)
     {
         this.stActivityCommon.Release();
         this.stActivityCommon = null;
     }
 }
 public override void OnRelease()
 {
     if (this.stActivityCommon != null)
     {
         this.stActivityCommon.Release();
         this.stActivityCommon = null;
     }
     this.wPlayedCount  = 0;
     this.dwStartCDTime = 0u;
 }
Exemplo n.º 3
0
 public CSDT_SINGLE_GAME_OF_ACTIVITY()
 {
     this.stActivityCommon = (COMDT_ACTIVITY_COMMON)ProtocolObjectPool.Get(COMDT_ACTIVITY_COMMON.CLASS_ID);
 }
Exemplo n.º 4
0
 public override void OnUse()
 {
     this.stActivityCommon = (COMDT_ACTIVITY_COMMON)ProtocolObjectPool.Get(COMDT_ACTIVITY_COMMON.CLASS_ID);
 }
 public SCPKG_ACTIVITYENDDEPLETION_NTF()
 {
     this.stActivityCommon = (COMDT_ACTIVITY_COMMON)ProtocolObjectPool.Get(COMDT_ACTIVITY_COMMON.CLASS_ID);
 }