8 lines
145 B
C#
8 lines
145 B
C#
namespace Sandbox
|
|
{
|
|
internal class Config
|
|
{
|
|
public static bool uncapVelocity = false;
|
|
public static bool diagonalMovement = false;
|
|
}
|
|
}
|