get world target data.

This commit is contained in:
Le Duc Anh
2026-04-30 16:29:22 +07:00
parent a60057af16
commit aaf421d345
12 changed files with 205 additions and 5 deletions
@@ -0,0 +1,11 @@
using System.Collections.Generic;
using UnityEngine;
namespace BrewMonster.Scripts.Common.DataProcess.ScriptableObjects
{
[CreateAssetMenu(fileName = "WorldTargetSO", menuName = "BrewMonster/WorldTargetSO")]
public class WorldTargetSO : ScriptableObject
{
public List<TRANS_TARGET> worldTargets;
}
}
@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: f04e4cee6b3592d46866e3d631e4d4e0