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