Interaktionen 2.0
This commit is contained in:
12
3d Prototyp/Assets/Scripts/Interaction/UseInteractible.cs
Normal file
12
3d Prototyp/Assets/Scripts/Interaction/UseInteractible.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.Serialization;
|
||||
|
||||
namespace Interaction
|
||||
{
|
||||
public class UseInteractible : Interactible
|
||||
{
|
||||
[FormerlySerializedAs("Text")] public string UseText;
|
||||
|
||||
public UnityEvent OnUse;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user