14 lines
204 B
C#
14 lines
204 B
C#
using System;
|
|
|
|
namespace UnityEngine
|
|
{
|
|
// Token: 0x02000187 RID: 391
|
|
public enum CapsuleDirection2D
|
|
{
|
|
// Token: 0x04000446 RID: 1094
|
|
Vertical,
|
|
// Token: 0x04000447 RID: 1095
|
|
Horizontal
|
|
}
|
|
}
|