mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 03:56:30 +00:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace Daybreak.API.Interop.GuildWars;
|
|
|
|
public enum Behavior
|
|
{
|
|
Fight,
|
|
Guard,
|
|
AvoidCombat
|
|
}
|