Elin Modding Docs Doc
Loading...
Searching...
No Matches
DramaEventWait.cs
1using System;
2
3// Token: 0x0200010E RID: 270
5{
6 // Token: 0x06000714 RID: 1812 RVA: 0x0002ABAE File Offset: 0x00028DAE
7 public DramaEventWait(float _duration, Action method = null) : base(method, _duration, true)
8 {
9 this.hideDialog = true;
10 }
11}