OpenChest Animation

This commit is contained in:
2023-06-26 19:31:58 +03:00
parent be41b05c16
commit 15c5b94f42
22 changed files with 849 additions and 1352 deletions
@@ -0,0 +1,8 @@
using UnityEngine;
[CreateAssetMenu()]
public class TreasureSO : ScriptableObject
{
public Sprite Image;
public TreasureType Treasure;
}