Implement Bombs
This commit is contained in:
14
Assets/Scripts/Structs/GemTypeValues.cs
Normal file
14
Assets/Scripts/Structs/GemTypeValues.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Enums;
|
||||
using UnityEngine;
|
||||
using Views;
|
||||
|
||||
namespace Structs {
|
||||
[Serializable]
|
||||
public struct GemTypeValues {
|
||||
public GemType type;
|
||||
public GemView gemPrefab;
|
||||
public GameObject explosionPrefab;
|
||||
public int scoreValue;
|
||||
}
|
||||
}
|
||||
3
Assets/Scripts/Structs/GemTypeValues.cs.meta
Normal file
3
Assets/Scripts/Structs/GemTypeValues.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 91d203259e7b4e62843f564a556aca72
|
||||
timeCreated: 1765732844
|
||||
Reference in New Issue
Block a user