Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
12
Scripts/SubSystem/Event System/Config/Config.cs
Normal file
12
Scripts/SubSystem/Event System/Config/Config.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Server.EventSystem
|
||||
{
|
||||
public class EventConfig
|
||||
{
|
||||
public static Type[] EnabledEvents = new Type[]
|
||||
{
|
||||
typeof( TownInvasion )
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user