mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-12-20 21:45:43 +01:00
Partial Class
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user