blob: 1e7a7d49452812f068f9b8bee4206bd0f85eb84a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Á¦Á¿½äÖ¸
/// </summary>
public class Decoration_PowerRing : DecorationBase
{
}
|