|
|
@ -3,7 +3,6 @@ public partial class Player : CharacterBody3D |
|
|
|
public int PeerId => GetMultiplayerAuthority(); |
|
|
|
public int PeerId => GetMultiplayerAuthority(); |
|
|
|
public bool IsLocal => this.IsAuthority(); |
|
|
|
public bool IsLocal => this.IsAuthority(); |
|
|
|
|
|
|
|
|
|
|
|
// TODO: Add "Controller" suffix to these. |
|
|
|
|
|
|
|
public MovementController Movement { get; private set; } |
|
|
|
public MovementController Movement { get; private set; } |
|
|
|
public CameraController Camera { get; private set; } |
|
|
|
public CameraController Camera { get; private set; } |
|
|
|
public AnimationController Animation { get; private set; } |
|
|
|
public AnimationController Animation { get; private set; } |
|
|
|