summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Unit/Component/UnitState.cs
blob: 2825f6065072422cc568afa0afc7aa5c6f3476f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Reflection;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

// 角色状态机
[DisallowMultipleComponent]
public class UnitState : UnitComponent
{

}