feat: add combat and deleveling AI
This commit is contained in:
14
Client/Domain/Helpers/ObjectInfo.cs
Normal file
14
Client/Domain/Helpers/ObjectInfo.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Client.Domain.Helpers
|
||||
{
|
||||
public class ObjectInfo
|
||||
{
|
||||
public uint Id { get; internal set; }
|
||||
public string Name { get; internal set; } = "";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user