animations mechanism refactor
This commit is contained in:
@@ -6,6 +6,6 @@ public class Bed : BaseInteractableObject
|
||||
public override void Interact(Player player)
|
||||
{
|
||||
Debug.Log("Sitting");
|
||||
player.SetPlayerState(ActionStates.Sitting);
|
||||
player.SetPlayerAnimation(AnimationStates.Sitting);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user