mirror of
https://github.com/ServUO/ServUO
synced 2026-08-11 20:23:04 -04:00
10 lines
No EOL
126 B
C#
10 lines
No EOL
126 B
C#
namespace Server.Targeting
|
|
{
|
|
public enum TargetCancelType
|
|
{
|
|
Overriden,
|
|
Canceled,
|
|
Disconnected,
|
|
Timeout
|
|
}
|
|
} |