This commit is contained in:
CortexCore
2023-12-03 17:35:43 +08:00
parent ba342d6627
commit ba9f4eda80
702 changed files with 162078 additions and 21050 deletions

View File

@@ -18,6 +18,7 @@ namespace BITFALL
public const string AllowFire = nameof(AllowFire);
public const string Stable = nameof(Stable);
public const string Aim = nameof(Aim);
public const string Inspect = nameof(Inspect);
public const string Interactive = nameof(Interactive);
public const string Equip = nameof(Equip);
public const string Throw = nameof(Throw);
@@ -57,6 +58,10 @@ namespace BITFALL
public const string SqrMagnitude = nameof(SqrMagnitude);
public const string Pitch = nameof(Pitch);
public const string Jump = nameof(Jump);
public const string EjectClip = nameof(EjectClip);
public const string InsertClip = nameof(InsertClip);
public const string Cancel = nameof(Cancel);
}
public static class Command
{

View File

@@ -53,6 +53,7 @@ namespace BITFALL
public static readonly ConstantHash Vertical = nameof(Vertical);
public static readonly ConstantHash Horizontal = nameof(Horizontal);
public static readonly ConstantHash SqrMagnitude = nameof(SqrMagnitude);
public static readonly ConstantHash Cancel = nameof(Cancel);
}
}