// Token: 0x06003AA5 RID: 15013 RVA: 0x0010C93C File Offset: 0x0010AB3C public PInt(int v) { this.m_Value = PInt.Encode(v); this.m_Check = PInt.Check(v); }
// Token: 0x06003AA8 RID: 15016 RVA: 0x0010C990 File Offset: 0x0010AB90 public override string ToString() { return(PInt.Decode(this.m_Value).ToString()); }