Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
30
Scripts/SubSystem/Event System/Events/Town Invasion/Enums.cs
Normal file
30
Scripts/SubSystem/Event System/Events/Town Invasion/Enums.cs
Normal file
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
|
||||
namespace Server.EventSystem
|
||||
{
|
||||
public enum TownMonsterType
|
||||
{
|
||||
Abyss,
|
||||
Arachnid,
|
||||
DragonKind,
|
||||
Elementals,
|
||||
Humanoid,
|
||||
OrcsandRatmen,
|
||||
OreElementals,
|
||||
Ophidian,
|
||||
Snakes,
|
||||
Undead
|
||||
}
|
||||
|
||||
public enum TownChampionType
|
||||
{
|
||||
Barracoon,
|
||||
Harrower,
|
||||
LordOaks,
|
||||
Mephitis,
|
||||
Neira,
|
||||
Rikktor,
|
||||
Semidar,
|
||||
Serado
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user