feat: Add human mechanics and event handling, including UI components and action management
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import React from 'react'
|
||||
|
||||
function HumanUi({ human }: { human: HumanStatus }) {
|
||||
return (
|
||||
<>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default HumanUi
|
||||
Reference in New Issue
Block a user