radial menu work
This commit is contained in:
@@ -17,7 +17,12 @@ public class Door : BaseInteractableObject
|
||||
|
||||
}
|
||||
|
||||
protected override void InteractAction()
|
||||
protected override void PrepareMenuActions()
|
||||
{
|
||||
_menuActions[RadialMenuActions.Open].IsEnabled = true;
|
||||
}
|
||||
|
||||
protected override void InteractAction(RadialMenuActions interactAction)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(_exitName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user