Exemplo n.º 1
0
 public PetEvents(IPetPersistence p, Pet.AsyncPlayerFunctionPointer fx_pointer, fx_CB fx_cb, Pet.AsyncPlayerMessagingPointer fx_m)
 {
     this.petData = p;
     this.fx_p    = fx_pointer;
     this.fx_cb   = fx_cb;
     this.seed    = p.CurrentRoundSeed;
     this.fx_m    = fx_m;
 }
Exemplo n.º 2
0
 public PetAskClean(IPetPersistence p, Pet.AsyncPlayerFunctionPointer fx_pointer, fx_CB fx_cb, Pet.AsyncPlayerMessagingPointer fx_m) : base(p, fx_pointer, fx_cb, fx_m)
 {
 }