forgot to add UpDownRank file
This commit is contained in:
8
src/nat/components/UpDownRank.hx
Normal file
8
src/nat/components/UpDownRank.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package nat.components;
|
||||
|
||||
typedef UpDownRank = {
|
||||
up:Int,
|
||||
upReasons:Array<String>,
|
||||
down:Int,
|
||||
downReasons:Array<String>
|
||||
};
|
Reference in New Issue
Block a user