Exemple #1
0
        private ShopServiceType type;         // 0x10

        // Constructors
        public ShopService(ShopServiceType _type)
        {
            type = default;
        }         // 0x00A14480-0x00A14490
Exemple #2
0
 public ShopService(ShopServiceType _type)
 {
     type = _type;
 }