mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2024-11-12 23:45:31 +01:00
Partial Class
This commit is contained in:
parent
26a51061b0
commit
873960c177
@ -2,7 +2,7 @@ using Unity.Entities;
|
||||
using Unity.Mathematics;
|
||||
using TAO.VertexAnimation;
|
||||
|
||||
public class CharacterAnimationSystem : SystemBase
|
||||
public partial class CharacterAnimationSystem : SystemBase
|
||||
{
|
||||
protected override void OnUpdate()
|
||||
{
|
||||
|
@ -2,7 +2,7 @@ using Unity.Entities;
|
||||
using Unity.Transforms;
|
||||
using Unity.Mathematics;
|
||||
|
||||
public class SpawnerSystem : SystemBase
|
||||
public partial class SpawnerSystem : SystemBase
|
||||
{
|
||||
private EntityCommandBufferSystem enityCommandBufferSystem;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user