Removed slider for NPCs. Small bug fixes and changes

This commit is contained in:
EntenKoeniq
2021-12-13 17:48:00 +01:00
parent 1f963cb39e
commit 902a08066c
8 changed files with 22 additions and 39 deletions

View File

@ -21,9 +21,5 @@
/// Don't use it!
/// </summary>
public bool FlipMenu { get; set; } = false;
/// <summary>
/// Don't use it!
/// </summary>
public int StreamedNPCs { get; set; } = 15;
}
}