Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Unity.Entities;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
[DisableAutoCreation]
|
||||
[UpdateAfter(typeof(AnimationProcessSystem))]
|
||||
public partial class RukhankaAnimationInjectionSystemGroup: ComponentSystemGroup { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user