18 lines
255 B
C#
18 lines
255 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Cute;
|
|
using UnityEngine;
|
|
|
|
namespace Wizard;
|
|
|
|
public class UIAtlasManager
|
|
{
|
|
public enum AssetBundleNames
|
|
{
|
|
Battle,
|
|
BattleLang,
|
|
Profile,
|
|
CardFramePhantom}
|
|
}
|