[ThirdPerson] Added restriction when world has Zoom disabled.

This commit is contained in:
NotAKidoS 2023-12-28 02:45:59 -06:00
parent 3482826441
commit 374ab6c11e
3 changed files with 28 additions and 30 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.ThirdPerson.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.6";
public const string Version = "1.0.7";
public const string Author = "Davi & NotAKidoS";
}