少年修仙传客户端基础资源
MacBuilder
2018-09-27 ec0a45fc0d05dbc62d0a91ade52fc4964420a78b
1
2
3
4
5
6
7
8
9
10
11
12
using System;
 
namespace MemoryProfilerWindow
{
    [Serializable]
    public class PackedManagedObject
    {
        public UInt64 address;
        public int typeIndex;
        public int size;
    }
}