Exemplo n.º 1
0
        // Token: 0x06000C13 RID: 3091 RVA: 0x0000F140 File Offset: 0x0000E140
        public unsafe void SetCategoryName(string value)
        {
            int byteCount = Encoding.ASCII.GetByteCount(value);

            byte[] array = new byte[byteCount + 1];
            Encoding.ASCII.GetBytes(value, 0, byteCount, array, 0);
            array[byteCount] = 0;
            fixed(byte *ptr = array)
            {
                LuckyBox._EASharpBinding_1224(this.mSelf, (sbyte *)ptr);
            }
        }
Exemplo n.º 2
0
 // Token: 0x06000C29 RID: 3113 RVA: 0x0000F2F5 File Offset: 0x0000E2F5
 public void AddBoxes(LuckyBox value)
 {
     LuckyDraw._EASharpBinding_1233(this.mSelf, object.ReferenceEquals(value, null) ? null : value._GetRaw());
 }
Exemplo n.º 3
0
 // Token: 0x06000C0F RID: 3087 RVA: 0x0000F0DC File Offset: 0x0000E0DC
 public LuckyBox() : base(default(ExposeTag_NoInitOwned))
 {
     this.mSelf = LuckyBox._EASharpBinding_1222();
 }