Skip to content

Commit

Permalink
LemonTree: Add support actor actions
Browse files Browse the repository at this point in the history
This is kind of a gross hack
  • Loading branch information
Lemon-King committed Oct 21, 2024
1 parent 2632d8f commit 0e722b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/zscript/lib/LemonTree/lemontreebranch.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Extend with classes and use mixins, this is just a base
class LemonTreeBranch {
class LemonTreeBranch : Thinker {
bool _persist; // allows data to persist between games

LemonTreeBranch GetStore() {
Expand Down

0 comments on commit 0e722b4

Please sign in to comment.