6 lines
166 B
C#
6 lines
166 B
C#
namespace GameServer.Contents.GameMode.Manage.PlayManage;
|
|
|
|
public interface IGameObject
|
|
{
|
|
Task<Result> interact(string anchorGuid, DateTime interactionTime);
|
|
} |