add mount to objectkind

This commit is contained in:
Stanley Dimant
2022-07-21 23:59:08 +02:00
parent 6acef73943
commit ffc0a48fda

View File

@@ -11,6 +11,7 @@ namespace MareSynchronos.API
Player = 0,
Minion = 1,
Companion = 2,
Pet = 3
Pet = 3,
Mount = 4
}
}