added some sample events

This commit is contained in:
2025-11-28 21:52:28 +01:00
parent 4c50f99e67
commit 7616b4daff
5 changed files with 68 additions and 7 deletions

View File

@@ -5,6 +5,6 @@ public enum Direction {
UP,
DOWN,
LEFT,
RIGHT;
RIGHT
}