13 lines
201 B
C#
13 lines
201 B
C#
|
|
using QFramework;
|
||
|
|
using System.Collections;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
using UnityEngine;
|
||
|
|
|
||
|
|
public class StateMachineSystem : AbstractSystem
|
||
|
|
{
|
||
|
|
protected override void OnInit()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|