This commit is contained in:
2025-05-14 16:14:32 +08:00
parent 543b38d930
commit 9e4fef3f1e
16 changed files with 358 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
namespace NBF
{
public class GameDef
{
public const int NormalFOV = 50;
public const int ZoomedFOV = 25;
}
}