refactor
This commit is contained in:
@@ -8,7 +8,6 @@ export abstract class EntityManager extends Component {
|
||||
fsm: StateMachine
|
||||
private _state: EntityStateEnum
|
||||
|
||||
|
||||
get state() {
|
||||
return this._state
|
||||
}
|
||||
|
@@ -1,5 +1,6 @@
|
||||
import { _decorator, Animation, Component } from 'cc'
|
||||
import { EntityTypeEnum, FsmParamTypeEnum } from '../Enum'
|
||||
import { EntityTypeEnum } from '../Common'
|
||||
import { FsmParamTypeEnum } from '../Enum'
|
||||
const { ccclass } = _decorator
|
||||
import State from './State'
|
||||
import SubStateMachine from './SubStateMachine'
|
||||
|
Reference in New Issue
Block a user