コード例 #1
0
        /// <summary>
        /// 設定扭蛋的外型
        /// </summary>
        /// <returns></returns>
        public IEggStyle SetEggStyleType()
        {
            var bellStyle = new EggStyle();

            bellStyle.Shape = "鈴鐺";

            return(bellStyle);
        }
コード例 #2
0
        /// <summary>
        /// 設定扭蛋的外型
        /// </summary>
        /// <returns></returns>
        public IEggStyle SetEggStyleType()
        {
            var mickeyShape = new EggStyle();

            mickeyShape.Shape = "米奇";

            return(mickeyShape);
        }