microgame progress
This commit is contained in:
parent
ecff3c6b69
commit
79fcc7ce34
16 changed files with 2008 additions and 13 deletions
8
Assets/Scripts/Microgame/MicrogamePotion.cs
Normal file
8
Assets/Scripts/Microgame/MicrogamePotion.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu(menuName = "Microgame/Potion", fileName = "New Microgame Potion")]
|
||||
public class MicrogamePotion : ScriptableObject
|
||||
{
|
||||
public string potionName;
|
||||
public Chemical[] chemicals;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue