the great renaming
This commit is contained in:
9
src/app/logic/chibi-behaviour/brain.ts
Normal file
9
src/app/logic/chibi-behaviour/brain.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { EChibiInteraction } from "../../types/chibi/chibi-interaction";
|
||||
import { EChibiStateName } from "../../types/chibi/chibi-state-name";
|
||||
|
||||
export interface IBrain {
|
||||
|
||||
//function for time passegs + autonomous state changes
|
||||
|
||||
resolveInteraction(state: EChibiStateName, interaction: EChibiInteraction): EChibiStateName
|
||||
}
|
||||
Reference in New Issue
Block a user