FunctionCharacter({
textureUrl,
spritesheetData,
x,
y,
orientation,
isMoving = false,
isThinking = false,
isSpe
src/components/Character.tsx:6
FunctionMessages({
worldId,
engineId,
conversation,
inConversationWithMe,
humanPlayer,
scrollViewRef,
}: {
world
src/components/Messages.tsx:10
FunctionPlayer({
game,
isViewer,
player,
onClick,
historicalTime,
}: {
game: ServerGame;
isViewer: boolean;
src/components/Player.tsx:18
FunctionPlayerDetails({
worldId,
engineId,
game,
playerId,
setSelectedElement,
scrollViewRef,
}: {
worldId: Id<'world
src/components/PlayerDetails.tsx:13