moving things around between packages

This commit is contained in:
minjaesong
2021-07-28 10:11:18 +09:00
parent c67a10c9a8
commit 8cb3fc2d33
16 changed files with 25 additions and 25 deletions

View File

@@ -86,6 +86,12 @@ object AVKey {
* base defence point of the species
*/
const val BASEDEFENCE = "basedefence"
/** Pixels
* base hand reach of the species (only affects the gameplay as the player)
*/
const val BASEREACH = "basereach"
/** (unit TBA)
* current defence point of worn armour(s)
*/