feat: add npc info (level and aggro radius)
This commit is contained in:
14
Client/Domain/Helpers/NpcInfoHelperInterface.cs
Normal file
14
Client/Domain/Helpers/NpcInfoHelperInterface.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 interface NpcInfoHelperInterface
|
||||
{
|
||||
uint GetLevel(uint id);
|
||||
uint GetAggroRadius(uint id);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user