Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
23
Scripts/SubSystem/VitaNex/Core/Misc/Arguments.cs
Normal file
23
Scripts/SubSystem/VitaNex/Core/Misc/Arguments.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
#region Header
|
||||
// _,-'/-'/
|
||||
// . __,-; ,'( '/
|
||||
// \. `-.__`-._`:_,-._ _ , . ``
|
||||
// `:-._,------' ` _,`--` -: `_ , ` ,' :
|
||||
// `---..__,,--' (C) 2023 ` -'. -'
|
||||
// # Vita-Nex [http://core.vita-nex.com] #
|
||||
// {o)xxx|===============- # -===============|xxx(o}
|
||||
// # #
|
||||
#endregion
|
||||
|
||||
namespace VitaNex
|
||||
{
|
||||
public static class Arguments
|
||||
{
|
||||
public static readonly object[] Empty = new object[0];
|
||||
|
||||
public static object[] Create(params object[] args)
|
||||
{
|
||||
return args ?? Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user