Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
21
Scripts/SubSystem/VitaNex/Core/Geometry/Direction4.cs
Normal file
21
Scripts/SubSystem/VitaNex/Core/Geometry/Direction4.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
#region Header
|
||||
// _,-'/-'/
|
||||
// . __,-; ,'( '/
|
||||
// \. `-.__`-._`:_,-._ _ , . ``
|
||||
// `:-._,------' ` _,`--` -: `_ , ` ,' :
|
||||
// `---..__,,--' (C) 2023 ` -'. -'
|
||||
// # Vita-Nex [http://core.vita-nex.com] #
|
||||
// {o)xxx|===============- # -===============|xxx(o}
|
||||
// # #
|
||||
#endregion
|
||||
|
||||
namespace Server
|
||||
{
|
||||
public enum Direction4
|
||||
{
|
||||
North = Direction.North,
|
||||
East = Direction.East,
|
||||
South = Direction.South,
|
||||
West = Direction.West
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user