scripts
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace ExitGames.Client.Photon.Voice
|
||||
{
|
||||
// Token: 0x0200056A RID: 1386
|
||||
public enum HCDIECIBAKP
|
||||
{
|
||||
// Token: 0x04001FF5 RID: 8181
|
||||
Rotate0,
|
||||
// Token: 0x04001FF6 RID: 8182
|
||||
Rotate90 = 90,
|
||||
// Token: 0x04001FF7 RID: 8183
|
||||
Rotate180 = 180,
|
||||
// Token: 0x04001FF8 RID: 8184
|
||||
Rotate270 = 270
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user