1
This commit is contained in:
@@ -10,18 +10,9 @@ namespace Net.Project.B.Interaction
|
||||
[Serializable]
|
||||
public class WorldInteractable : IWorldInteractable,IWorldNode
|
||||
{
|
||||
public GameObject gameObject;
|
||||
public IWorldInteractable Root => this;
|
||||
public IWorldInteractionType InteractionType => null;
|
||||
|
||||
public object WorldObject
|
||||
{
|
||||
get => gameObject;
|
||||
set
|
||||
{
|
||||
if (value is GameObject go) gameObject = go;
|
||||
}
|
||||
}
|
||||
public object WorldObject { get; set; }
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user