Interfaces
IPlayerHandlerService
Represents a service for handling player and user objects.
Methods
FindPlayerOfUser
Finds the Player object corresponding to the
Parameters
| Name | Type | Description |
|---|---|---|
| user | User | The user. |
Returns
| Name | Type |
|---|---|
| Player | The player. |
FindUserOfPlayer
Finds the User object corresponding to the
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player | The player. |
Returns
| Name | Type |
|---|---|
| User | The user. |