Netcode Bootstrap
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
using Unity.Entities;
|
||||
#if RUKHANKA_WITH_NETCODE
|
||||
using Unity.NetCode;
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
#if RUKHANKA_WITH_NETCODE
|
||||
[GhostComponent(PrefabType = GhostPrefabType.Client)]
|
||||
#endif
|
||||
public struct CullAnimationsTag: IComponentData, IEnableableComponent { }
|
||||
}
|
||||
Reference in New Issue
Block a user