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/Direction45.cs
Normal file
21
Scripts/SubSystem/VitaNex/Core/Geometry/Direction45.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 Direction45
|
||||
{
|
||||
Up = Direction.Up,
|
||||
Right = Direction.Right,
|
||||
Down = Direction.Down,
|
||||
Left = Direction.Left
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user