Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
9
Server/Targeting/TargetFlags.cs
Normal file
9
Server/Targeting/TargetFlags.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Server.Targeting
|
||||
{
|
||||
public enum TargetFlags : byte
|
||||
{
|
||||
None = 0x00,
|
||||
Harmful = 0x01,
|
||||
Beneficial = 0x02,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user