public GClass137(GClass134 gclass134_1, string string_1) { if (gclass134_1 == null) { throw new ArgumentException("animator cannot be null"); } if (string.IsNullOrEmpty(string_1)) { throw new ArgumentException("property cannot be null"); } this.gclass134_0 = gclass134_1; this.string_0 = string_1; }
public GClass136(Vector2 vector2_1, double double_0, double double_1, double double_2) { this.gclass134_0 = new GClass134(double_0, double_1, double_2); this.gclass134_0.Event_0 += (EventHandler)((sender, e) => this.method_0()); this.vector2_0 = vector2_1; }