mirror of
https://github.com/maxartz15/VertexAnimation.git
synced 2025-12-20 13:35:44 +01:00
Partial Class
This commit is contained in:
@@ -2,7 +2,7 @@ using Unity.Entities;
|
|||||||
using Unity.Mathematics;
|
using Unity.Mathematics;
|
||||||
using TAO.VertexAnimation;
|
using TAO.VertexAnimation;
|
||||||
|
|
||||||
public class CharacterAnimationSystem : SystemBase
|
public partial class CharacterAnimationSystem : SystemBase
|
||||||
{
|
{
|
||||||
protected override void OnUpdate()
|
protected override void OnUpdate()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ using Unity.Entities;
|
|||||||
using Unity.Transforms;
|
using Unity.Transforms;
|
||||||
using Unity.Mathematics;
|
using Unity.Mathematics;
|
||||||
|
|
||||||
public class SpawnerSystem : SystemBase
|
public partial class SpawnerSystem : SystemBase
|
||||||
{
|
{
|
||||||
private EntityCommandBufferSystem enityCommandBufferSystem;
|
private EntityCommandBufferSystem enityCommandBufferSystem;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user