Adding interactable object spawning
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace LocationsApi.Models;
|
||||
|
||||
public class InteractLocationObjectRequest
|
||||
{
|
||||
public string CharacterId { get; set; } = string.Empty;
|
||||
|
||||
public string ObjectId { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user