ro-webgl/Assets/ArtScript/BossBattleEffect.cs

19 lines
254 B
C#
Raw Normal View History

2021-12-21 09:40:39 +08:00
using UnityEngine;
using System.Collections;
public class BossBattleEffect : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}