forgot to add UpDownRank file

This commit is contained in:
2023-12-29 17:20:29 -07:00
parent 57ffdb6189
commit 14fd881384

View File

@@ -0,0 +1,8 @@
package nat.components;
typedef UpDownRank = {
up:Int,
upReasons:Array<String>,
down:Int,
downReasons:Array<String>
};