the pear goes back to sleep
This commit is contained in:
@@ -4,8 +4,9 @@ import { Food } from "../../types/food";
|
||||
|
||||
export interface IBrain {
|
||||
|
||||
init(chibi: Chibi): void;
|
||||
//function for time passegs + autonomous state changes
|
||||
exist(chibi: Chibi): void;
|
||||
exist(): void;
|
||||
|
||||
resolveInteraction(chibi: Chibi, interaction: EChibiInteraction, item?: Food): void
|
||||
resolveInteraction(interaction: EChibiInteraction, item?: Food): void
|
||||
}
|
||||
Reference in New Issue
Block a user