You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ongeki_ChibiViewer/Assets/FX/FX_Animation_Comment.cs

15 lines
266 B

using System;
using UnityEngine;
namespace FX
{
// Token: 0x02000771 RID: 1905
public class FX_Animation_Comment : MonoBehaviour
{
// Token: 0x06003074 RID: 12404 RVA: 0x0010477C File Offset: 0x0010477C
private void Comments(string comments)
{
}
}
}