diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-01-14 14:38:52 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-01-14 14:38:52 +0100 |
commit | e8f03c4d6a94aa16b3587bdce525cf0cf7c6c6c3 (patch) | |
tree | d8d5a78a0872b86c3b40089e465120883669542b /extractor/actions.gd | |
parent | b75cc72c4e10bd652330b6d2bd99f3fd9129a3b3 (diff) |
next commit
Diffstat (limited to 'extractor/actions.gd')
-rw-r--r-- | extractor/actions.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extractor/actions.gd b/extractor/actions.gd index 5c94cef..e5dafda 100644 --- a/extractor/actions.gd +++ b/extractor/actions.gd @@ -1,3 +1,4 @@ +class_name Actions extends Node2D |