Local timescale for zombies

This commit is contained in:
Фёдор Веселов 2024-09-29 20:20:33 +05:00
commit 8d326e47a7
3 changed files with 23 additions and 2 deletions

View file

@ -0,0 +1,6 @@
namespace Newlon.Components;
public interface ILocalTimescale
{
public float LocalTimescale { get; set; }
}