コード例 #1
0
ファイル: StoreManager.cs プロジェクト: dovisj/secretprojectX
        private StoreItem GetRandomStoreItem()
        {
            PlantData plant = PlantManager.Instance.GetRandomPlantType();

            plant.Randomize();
            return(new StoreItem(plant));
        }