Add UhkArray. Don't dump arrays.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class KeyActions extends Serializable<KeyActions> {
|
||||
class KeyActions extends UhkArray<KeyActions> {
|
||||
|
||||
keyActions: Serializable<KeyAction>[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user