]> Untitled Git - frog-ninja.git/blob - player/InputPacket.gd
e3a354f4f14e93f9a1c431c815cf6cc2748e3d95
[frog-ninja.git] / player / InputPacket.gd
1 extends Node
2 class_name InputPacket
3
4 var movement_direction: Vector2 = Vector2.ZERO
5 var actions: Array[String] = []