Add v1.0.3.1

This commit is contained in:
2023-09-06 22:00:49 +02:00
commit 3aebbbf8f0
2051 changed files with 757425 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
using System;
namespace DigitalRuby.LightningBolt
{
// Token: 0x020005A6 RID: 1446
public enum LightningBoltAnimationMode
{
// Token: 0x040066A2 RID: 26274
None,
// Token: 0x040066A3 RID: 26275
Random,
// Token: 0x040066A4 RID: 26276
Loop,
// Token: 0x040066A5 RID: 26277
PingPong
}
}