Closed sylv256 closed 10 months ago
Yes I want this as well
I got around it by creating a new type called PlayerId
, but implementing Component
on ClientId
is far better, since you could write type PlayerId = ClientId
if you still wanted to retain the explicitness of a custom name
Thanks!
This is especially useful for tracking players in a server.