Netcode Bootstrap
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
using Unity.Entities;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
[DisableAutoCreation]
|
||||
[UpdateAfter(typeof(AnimationApplicationSystem))]
|
||||
public partial class WaybackMachineRecordSystemGroup: ComponentSystemGroup
|
||||
{
|
||||
protected override void OnCreate()
|
||||
{
|
||||
base.OnCreate();
|
||||
RateManager = new RateUtils.FixedRateCatchUpManager(1 / 60.0f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user