diff --git a/Commands/PM.cs b/Commands/PM.cs index 3f16731..eec8bdb 100644 --- a/Commands/PM.cs +++ b/Commands/PM.cs @@ -163,6 +163,10 @@ public string Help { get { return "Enter text to message your set receiver."; } } + public AllowedCaller AllowedCaller + { + get { return AllowedCaller.Both; } + } public List Permissions { get diff --git a/Commands/R.cs b/Commands/R.cs index 17619fe..e589412 100644 --- a/Commands/R.cs +++ b/Commands/R.cs @@ -91,6 +91,11 @@ public string Syntax return ""; } } + public AllowedCaller AllowedCaller + { + get { return AllowedCaller.Both; } + } + public string Help { get { return "Enter text to reply to last received message."; } diff --git a/P2P.csproj b/P2P.csproj index f97cbdf..2391cae 100644 --- a/P2P.csproj +++ b/P2P.csproj @@ -1,4 +1,4 @@ - + Debug @@ -28,29 +28,35 @@ false - - ..\Rocket API\Assembly-CSharp.dll - - - ..\Rocket API\Rocket.API.dll + lib\Assembly-CSharp.dll + False - ..\..\..\..\..\Program Files %28x86%29\Steam\steamapps\common\Unturned\Unturned_Data\Managed\Assembly-CSharp-firstpass.dll + lib\Assembly-CSharp-firstpass.dll + False + + + lib\Rocket.API.dll + False - ..\Rocket API\Rocket.Core.dll + lib\Rocket.Core.dll + False - ..\Rocket API\Rocket.Unturned.dll - - - ..\Rocket API\UnityEngine.dll + lib\Rocket.Unturned.dll + False + + + lib\UnityEngine.dll + False + @@ -60,6 +66,6 @@ - + \ No newline at end of file diff --git a/P2P.v12.suo b/P2P.v12.suo new file mode 100644 index 0000000..8de1daa Binary files /dev/null and b/P2P.v12.suo differ diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..574d233 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("P2P")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("P2P")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("4e546eaf-de7f-4f6c-81c5-35046578ed48")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/bin/Debug/P2P.dll b/bin/Debug/P2P.dll new file mode 100644 index 0000000..2dd38c2 Binary files /dev/null and b/bin/Debug/P2P.dll differ diff --git a/bin/Debug/P2P.pdb b/bin/Debug/P2P.pdb new file mode 100644 index 0000000..6badd68 Binary files /dev/null and b/bin/Debug/P2P.pdb differ diff --git a/lib/Assembly-CSharp-firstpass.dll b/lib/Assembly-CSharp-firstpass.dll new file mode 100644 index 0000000..f724b76 Binary files /dev/null and b/lib/Assembly-CSharp-firstpass.dll differ diff --git a/lib/Assembly-CSharp.dll b/lib/Assembly-CSharp.dll new file mode 100644 index 0000000..00ce1fe Binary files /dev/null and b/lib/Assembly-CSharp.dll differ diff --git a/lib/Rocket.API.dll b/lib/Rocket.API.dll new file mode 100644 index 0000000..3463b6f Binary files /dev/null and b/lib/Rocket.API.dll differ diff --git a/lib/Rocket.Core.dll b/lib/Rocket.Core.dll new file mode 100644 index 0000000..ff12c71 Binary files /dev/null and b/lib/Rocket.Core.dll differ diff --git a/lib/Rocket.Unturned.dll b/lib/Rocket.Unturned.dll new file mode 100644 index 0000000..1f3c114 Binary files /dev/null and b/lib/Rocket.Unturned.dll differ diff --git a/lib/UnityEngine.dll b/lib/UnityEngine.dll new file mode 100644 index 0000000..9079db1 Binary files /dev/null and b/lib/UnityEngine.dll differ diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..c4ba8e7 Binary files /dev/null and b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/obj/Debug/P2P.csproj.FileListAbsolute.txt b/obj/Debug/P2P.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..d563804 --- /dev/null +++ b/obj/Debug/P2P.csproj.FileListAbsolute.txt @@ -0,0 +1,5 @@ +D:\Files from Old Windows Installs\laptop files\documents\GitHub\P2P\obj\Debug\P2P.csprojResolveAssemblyReference.cache +D:\Files from Old Windows Installs\laptop files\documents\GitHub\P2P\bin\Debug\P2P.dll +D:\Files from Old Windows Installs\laptop files\documents\GitHub\P2P\bin\Debug\P2P.pdb +D:\Files from Old Windows Installs\laptop files\documents\GitHub\P2P\obj\Debug\P2P.dll +D:\Files from Old Windows Installs\laptop files\documents\GitHub\P2P\obj\Debug\P2P.pdb diff --git a/obj/Debug/P2P.csprojResolveAssemblyReference.cache b/obj/Debug/P2P.csprojResolveAssemblyReference.cache new file mode 100644 index 0000000..9cba118 Binary files /dev/null and b/obj/Debug/P2P.csprojResolveAssemblyReference.cache differ diff --git a/obj/Debug/P2P.dll b/obj/Debug/P2P.dll new file mode 100644 index 0000000..2dd38c2 Binary files /dev/null and b/obj/Debug/P2P.dll differ diff --git a/obj/Debug/P2P.pdb b/obj/Debug/P2P.pdb new file mode 100644 index 0000000..6badd68 Binary files /dev/null and b/obj/Debug/P2P.pdb differ diff --git a/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29