private void b(NetworkMessageEventArgs A_0) { this.u = new o(); this.u.c = A_0.get_Message().Value <int>("merchant"); this.u.d = A_0.get_Message().Value <int>("buyCategories"); this.u.e = A_0.get_Message().Value <int>("unknown1"); this.u.f = A_0.get_Message().Value <int>("buyValue"); this.u.g = A_0.get_Message().Value <int>("unknown2"); this.u.h = A_0.get_Message().Value <float>("buyRate"); this.u.i = A_0.get_Message().Value <float>("sellRate"); int num = A_0.get_Message().Value <int>("itemCount"); for (int i = 0; i < num; i++) { cv cv = new cv(); MessageStruct struct2 = A_0.get_Message().Struct("items").Struct(i); cv.u = struct2.Value <int>("count"); cv.k = struct2.Value <int>("object"); this.e(cv, struct2.Struct("game")); cv.v = true; this.u.a(cv); } if (this.t != null) { this.t(this, null); } }
public void a(cj.b A_0) { this.g = (cj.b)Delegate.Remove(this.g, A_0); }
public void b(cj.b A_0) { this.g = (cj.b)Delegate.Combine(this.g, A_0); }