250501 커밋
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace GameServer.Contents.GameMode.Manage.PlayManage;
|
||||
|
||||
public interface IGameObject
|
||||
{
|
||||
Task<Result> interact(string anchorGuid, DateTime interactionTime);
|
||||
}
|
||||
Reference in New Issue
Block a user