3 lines
52 B
TypeScript
3 lines
52 B
TypeScript
export type GameObjectNetcode = {
|
|
uuid: string
|
|
} |
export type GameObjectNetcode = {
|
|
uuid: string
|
|
} |