1
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user