Files
test/Assets/PerfectWorld/Scripts/Managers/A3DSkillGfxMan.cs
T
2025-11-15 17:33:10 +07:00

16 lines
310 B
C#

using BrewMonster.Assets.PerfectWorld.Scripts.Common;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BrewMonster
{
// TODO: remove singleton later
public class A3DSkillGfxMan : Singleton<A3DSkillGfxMan>
{
}
}