Skip to content

Commit

Permalink
Merge pull request #5 from 3F/LuNari_dev
Browse files Browse the repository at this point in the history
LunaRoad -> LuNari
  • Loading branch information
3F authored Jan 27, 2019
2 parents e8a78e9 + 36525d3 commit ba3dee6
Show file tree
Hide file tree
Showing 57 changed files with 319 additions and 276 deletions.
34 changes: 17 additions & 17 deletions .vssbe
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"Mode": {
"$type": "net.r_eg.vsSBE.Events.ModeScript, vsSolutionBuildEvent",
"Type": "Script",
"Command": "$(revDeltaBase = \"2017/02/07\")\n$(revDeltaMin = $([System.Math]::Pow(10, 3)))\n$(revDeltaMax = $([System.Math]::Pow(10, 5)))\n\n#[$(dbin = \"bin/$(Configuration)/\")]\n$(netstamp = $(TargetFrameworkVersion.Replace('v', '').Replace('.', '')))\n\n$(pLunaRoad = \"LunaRoad\")\n$(odir = \"$(dbin)raw/\")\n\n#[IO delete.directory(\"$(dbin)\", true)]\n#[IO copy.directory(\"\", \"$(dbin)\", true)]",
"Command": "$(revDeltaBase = \"2017/02/07\")\n$(revDeltaMin = $([System.Math]::Pow(10, 3)))\n$(revDeltaMax = $([System.Math]::Pow(10, 5)))\n\n#[$(dbin = \"bin/$(Configuration)/\")]\n$(netstamp = $(TargetFrameworkVersion.Replace('v', '').Replace('.', '')))\n\n$(pLuNari = \"LuNari\")\n$(odir = \"$(dbin)raw/\")\n\n#[IO delete.directory(\"$(dbin)\", true)]\n#[IO copy.directory(\"\", \"$(dbin)\", true)]",
"Command__": [
"$(revDeltaBase = \"2017/02/07\")",
"$(revDeltaMin = $([System.Math]::Pow(10, 3)))",
Expand All @@ -100,7 +100,7 @@
"#[$(dbin = \"bin/$(Configuration)/\")]",
"$(netstamp = $(TargetFrameworkVersion.Replace('v', '').Replace('.', '')))",
"",
"$(pLunaRoad = \"LunaRoad\")",
"$(pLuNari = \"LuNari\")",
"$(odir = \"$(dbin)raw/\")",
"",
"#[IO delete.directory(\"$(dbin)\", true)]",
Expand Down Expand Up @@ -131,21 +131,21 @@
"Mode": {
"$type": "net.r_eg.vsSBE.Events.ModeScript, vsSolutionBuildEvent",
"Type": "Script",
"Command": "#[var pVer = #[File get(\".version\")]]\n\n#[IO replace.Regexp(\"$(pLunaRoad)/LunaRoadVersion.cs\", \"(S_NUM\\s+=).+?\\\";\", \"$1 \\\"$(pVer)\\\";\")]\n\n#[IO replace.Regexp(\"LunaRoad.nuspec\", \"<version>.+?</version>\", \"<version>$(pVer)</version>\")]\n#[IO replace.Regexp(\"LunaRoad.nuspec\", \"\\\"LunaRoad/[0-9.]+\\\"\", \"\\\"LunaRoad/$(pVer)\\\"\")]",
"Command": "#[var pVer = #[File get(\".version\")]]\n\n#[IO replace.Regexp(\"$(pLuNari)/LuNariVersion.cs\", \"(S_NUM\\s+=).+?\\\";\", \"$1 \\\"$(pVer)\\\";\")]\n\n#[IO replace.Regexp(\"LuNari.nuspec\", \"<version>.+?</version>\", \"<version>$(pVer)</version>\")]\n#[IO replace.Regexp(\"LuNari.nuspec\", \"\\\"LuNari/[0-9.]+\\\"\", \"\\\"LuNari/$(pVer)\\\"\")]",
"Command__": [
"#[var pVer = #[File get(\".version\")]]",
"",
"#[IO replace.Regexp(\"$(pLunaRoad)/LunaRoadVersion.cs\", \"(S_NUM\\s+=).+?\\\";\", \"$1 \\\"$(pVer)\\\";\")]",
"#[IO replace.Regexp(\"$(pLuNari)/LuNariVersion.cs\", \"(S_NUM\\s+=).+?\\\";\", \"$1 \\\"$(pVer)\\\";\")]",
"",
"#[IO replace.Regexp(\"LunaRoad.nuspec\", \"<version>.+?</version>\", \"<version>$(pVer)</version>\")]",
"#[IO replace.Regexp(\"LunaRoad.nuspec\", \"\\\"LunaRoad/[0-9.]+\\\"\", \"\\\"LunaRoad/$(pVer)\\\"\")]"
"#[IO replace.Regexp(\"LuNari.nuspec\", \"<version>.+?</version>\", \"<version>$(pVer)</version>\")]",
"#[IO replace.Regexp(\"LuNari.nuspec\", \"\\\"LuNari/[0-9.]+\\\"\", \"\\\"LuNari/$(pVer)\\\"\")]"
]
}
},
{
"Enabled": true,
"Name": "ActLunaRoadVersion",
"Caption": "Update LunaRoadVersion",
"Name": "ActLuNariVersion",
"Caption": "Update LuNariVersion",
"SupportMSBuild": true,
"SupportSBEScripts": true,
"IgnoreIfBuildFailed": false,
Expand All @@ -169,15 +169,15 @@
"Mode": {
"$type": "net.r_eg.vsSBE.Events.ModeScript, vsSolutionBuildEvent",
"Type": "Script",
"Command": "#[var tpl = // This code was generated by a vsSolutionBuildEvent. \r\n// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\r\nnamespace net.r_eg.LunaRoad\r\n{\r\n using System;\r\n\r\n public struct LunaRoadVersion\r\n {\r\n public static readonly Version number = new Version(S_NUM_REV);\r\n\r\n public const string S_NUM = \"%S_NUM%\";\r\n public const string S_REV = \"%S_REV%\";\r\n\r\n public const string S_NUM_REV = S_NUM + \".\" + S_REV;\r\n\r\n public const string BRANCH_SHA1 = \"%B_SHA1%\";\r\n public const string BRANCH_NAME = \"%B_NAME%\";\r\n public const string BRANCH_REVC = \"%B_REVC%\";\r\n\r\n internal const string S_INFO = S_NUM_REV + \" [ \" + BRANCH_SHA1 + \" ]\";\r\n internal const string S_INFO_FULL = S_INFO + \" /'\" + BRANCH_NAME + \"':\" + BRANCH_REVC;\r\n }\r\n}]\r\n\r\n#[\" \r\n Calculate revision\r\n\"]\r\n#[var tBase = $([System.DateTime]::Parse('$(revDeltaBase)').ToBinary())]\r\n#[var tNow = $([System.DateTime]::UtcNow.Ticks)]\r\n#[var revBuild = #[$(\r\n [System.TimeSpan]::FromTicks('$(\r\n [MSBuild]::Subtract($(tNow), $(tBase))\r\n )')\r\n .TotalMinutes.ToString('0'))]]\r\n \r\n#[var revBuild = #[$(\r\n [MSBuild]::Add(\r\n $(revDeltaMin), \r\n $([MSBuild]::Modulo(\r\n $(revBuild), \r\n $([MSBuild]::Subtract(\r\n $(revDeltaMax), $(revDeltaMin)\r\n ))\r\n ))\r\n )\r\n )]\r\n]\r\n\r\n#[\" \r\n Remove placeholders\r\n\"]\r\n#[var tpl = $(tpl.Replace(\"%S_NUM%\", \"$(pVer)\").Replace(\"%S_REV%\", \"$(revBuild)\"))]\r\n\r\n#[\" \r\n Checking of the git folder +tool & define sha1, branch name, etc.\r\n\"]\r\n#[( #[IO exists.directory(\".git\")] && #[IO exists.file(\"git.exe\", true)] )\r\n{\r\n #[var bSha1 = #[IO sout(\"git\", \"rev-parse --short HEAD\")]]\r\n #[var bName = #[IO sout(\"git\", \"rev-parse --abbrev-ref HEAD\")]]\r\n #[var bRevc = #[IO sout(\"git\", \"rev-list HEAD --count\")]]\r\n \r\n #[($(bName) == \"HEAD\") {\r\n #[var bName = $(APPVEYOR_REPO_BRANCH)]\r\n }] \r\n \r\n #[var tpl = #[$(tpl.Replace(\"%B_SHA1%\", \"#[var bSha1]\")\r\n .Replace(\"%B_NAME%\", \"#[var bName]\")\r\n .Replace(\"%B_REVC%\", \"#[var bRevc]\") )]]\r\n}\r\nelse {\r\n #[var tpl = #[$(tpl.Replace(\"%B_SHA1%\", \"-\")\r\n .Replace(\"%B_NAME%\", \"-\")\r\n .Replace(\"%B_REVC%\", \"-\") )]]\r\n}]\r\n\r\n#[\" \r\n Save result\r\n\"]\r\n#[File write(\"$(pLunaRoad)/LunaRoadVersion.cs\"):#[var tpl]]",
"Command": "#[var tpl = // This code was generated by a vsSolutionBuildEvent. \r\n// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.\r\nnamespace net.r_eg.LuNari\r\n{\r\n using System;\r\n\r\n public struct LuNariVersion\r\n {\r\n public static readonly Version number = new Version(S_NUM_REV);\r\n\r\n public const string S_NUM = \"%S_NUM%\";\r\n public const string S_REV = \"%S_REV%\";\r\n\r\n public const string S_NUM_REV = S_NUM + \".\" + S_REV;\r\n\r\n public const string BRANCH_SHA1 = \"%B_SHA1%\";\r\n public const string BRANCH_NAME = \"%B_NAME%\";\r\n public const string BRANCH_REVC = \"%B_REVC%\";\r\n\r\n internal const string S_INFO = S_NUM_REV + \" [ \" + BRANCH_SHA1 + \" ]\";\r\n internal const string S_INFO_FULL = S_INFO + \" /'\" + BRANCH_NAME + \"':\" + BRANCH_REVC;\r\n }\r\n}]\r\n\r\n#[\" \r\n Calculate revision\r\n\"]\r\n#[var tBase = $([System.DateTime]::Parse('$(revDeltaBase)').ToBinary())]\r\n#[var tNow = $([System.DateTime]::UtcNow.Ticks)]\r\n#[var revBuild = #[$(\r\n [System.TimeSpan]::FromTicks('$(\r\n [MSBuild]::Subtract($(tNow), $(tBase))\r\n )')\r\n .TotalMinutes.ToString('0'))]]\r\n \r\n#[var revBuild = #[$(\r\n [MSBuild]::Add(\r\n $(revDeltaMin), \r\n $([MSBuild]::Modulo(\r\n $(revBuild), \r\n $([MSBuild]::Subtract(\r\n $(revDeltaMax), $(revDeltaMin)\r\n ))\r\n ))\r\n )\r\n )]\r\n]\r\n\r\n#[\" \r\n Remove placeholders\r\n\"]\r\n#[var tpl = $(tpl.Replace(\"%S_NUM%\", \"$(pVer)\").Replace(\"%S_REV%\", \"$(revBuild)\"))]\r\n\r\n#[\" \r\n Checking of the git folder +tool & define sha1, branch name, etc.\r\n\"]\r\n#[( #[IO exists.directory(\".git\")] && #[IO exists.file(\"git.exe\", true)] )\r\n{\r\n #[var bSha1 = #[IO sout(\"git\", \"rev-parse --short HEAD\")]]\r\n #[var bName = #[IO sout(\"git\", \"rev-parse --abbrev-ref HEAD\")]]\r\n #[var bRevc = #[IO sout(\"git\", \"rev-list HEAD --count\")]]\r\n \r\n #[($(bName) == \"HEAD\") {\r\n #[var bName = $(APPVEYOR_REPO_BRANCH)]\r\n }] \r\n \r\n #[var tpl = #[$(tpl.Replace(\"%B_SHA1%\", \"#[var bSha1]\")\r\n .Replace(\"%B_NAME%\", \"#[var bName]\")\r\n .Replace(\"%B_REVC%\", \"#[var bRevc]\") )]]\r\n}\r\nelse {\r\n #[var tpl = #[$(tpl.Replace(\"%B_SHA1%\", \"-\")\r\n .Replace(\"%B_NAME%\", \"-\")\r\n .Replace(\"%B_REVC%\", \"-\") )]]\r\n}]\r\n\r\n#[\" \r\n Save result\r\n\"]\r\n#[File write(\"$(pLuNari)/LuNariVersion.cs\"):#[var tpl]]",
"Command__": [
"#[var tpl = // This code was generated by a vsSolutionBuildEvent. ",
"// Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.",
"namespace net.r_eg.LunaRoad",
"namespace net.r_eg.LuNari",
"{",
" using System;",
"",
" public struct LunaRoadVersion",
" public struct LuNariVersion",
" {",
" public static readonly Version number = new Version(S_NUM_REV);",
"",
Expand Down Expand Up @@ -250,7 +250,7 @@
"#[\" ",
" Save result",
"\"]",
"#[File write(\"$(pLunaRoad)/LunaRoadVersion.cs\"):#[var tpl]]"
"#[File write(\"$(pLuNari)/LuNariVersion.cs\"):#[var tpl]]"
]
}
}
Expand Down Expand Up @@ -279,16 +279,16 @@
"Mode": {
"$type": "net.r_eg.vsSBE.Events.ModeScript, vsSolutionBuildEvent",
"Type": "Script",
"Command": "[IO copy.file(\n \"$(SolutionDir)tools/*.*\", \n \"$(odir)/tools/\", \n true, \n {\"*.nuspec\"})]\n \n#[IO copy.file(\"LunaRoad.nuspec\", \"$(odir)/LunaRoad.nuspec\", true)]\n#[IO copy.file(\"$(pLunaRoad)/$(OutDir:$(pLunaRoad))/*.*\", \n \"$(odir)/lib/net$(netstamp)/\", true)]\n\n#[IO copy.file(\"LICENSE\", \"$(odir)/License.txt\", true)]\n#[IO copy.file(\"Readme.md\", \"$(odir)/\", true)]\n#[IO copy.file(\"changelog.txt\", \"$(odir)/\", true)]",
"Command": "[IO copy.file(\n \"$(SolutionDir)tools/*.*\", \n \"$(odir)/tools/\", \n true, \n {\"*.nuspec\"})]\n \n#[IO copy.file(\"LuNari.nuspec\", \"$(odir)/LuNari.nuspec\", true)]\n#[IO copy.file(\"$(pLuNari)/$(OutDir:$(pLuNari))/*.*\", \n \"$(odir)/lib/net$(netstamp)/\", true)]\n\n#[IO copy.file(\"LICENSE\", \"$(odir)/License.txt\", true)]\n#[IO copy.file(\"Readme.md\", \"$(odir)/\", true)]\n#[IO copy.file(\"changelog.txt\", \"$(odir)/\", true)]",
"Command__": [
"[IO copy.file(",
" \"$(SolutionDir)tools/*.*\", ",
" \"$(odir)/tools/\", ",
" true, ",
" {\"*.nuspec\"})]",
" ",
"#[IO copy.file(\"LunaRoad.nuspec\", \"$(odir)/LunaRoad.nuspec\", true)]",
"#[IO copy.file(\"$(pLunaRoad)/$(OutDir:$(pLunaRoad))/*.*\", ",
"#[IO copy.file(\"LuNari.nuspec\", \"$(odir)/LuNari.nuspec\", true)]",
"#[IO copy.file(\"$(pLuNari)/$(OutDir:$(pLuNari))/*.*\", ",
" \"$(odir)/lib/net$(netstamp)/\", true)]",
"",
"#[IO copy.file(\"LICENSE\", \"$(odir)/License.txt\", true)]",
Expand Down Expand Up @@ -349,13 +349,13 @@
"Mode": {
"$type": "net.r_eg.vsSBE.Events.ModeScript, vsSolutionBuildEvent",
"Type": "Script",
"Command": "#[7z pack.files({ \n \"$(odir)\\\\lib\\\\net$(netstamp)\\\\*.*\",\n \"$(odir)\\\\*.*\"\n }, \n \"$(dbin)\\\\LunaRoad_v$(pVer).zip\", \n { \"$(odir)\\\\*.nuspec\" })]",
"Command": "#[7z pack.files({ \n \"$(odir)\\\\lib\\\\net$(netstamp)\\\\*.*\",\n \"$(odir)\\\\*.*\"\n }, \n \"$(dbin)\\\\LuNari_v$(pVer).zip\", \n { \"$(odir)\\\\*.nuspec\" })]",
"Command__": [
"#[7z pack.files({ ",
" \"$(odir)\\\\lib\\\\net$(netstamp)\\\\*.*\",",
" \"$(odir)\\\\*.*\"",
" }, ",
" \"$(dbin)\\\\LunaRoad_v$(pVer).zip\", ",
" \"$(dbin)\\\\LuNari_v$(pVer).zip\", ",
" { \"$(odir)\\\\*.nuspec\" })]"
]
}
Expand Down
13 changes: 7 additions & 6 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
### How to Contribute
Extend our API layer or improve all of what you want. It's completely transparent with our flexible architecture.

Extend our API layer or improve all of what you want. It easy and completely transparent with our flexible architecture.
Here's how to extend API: [in a few steps (Wiki)](https://github.com/3F/LuNari/wiki/API)

If you ready to contribute, just use the pull requests or send .patch file. If it's not a simple binding to cover API, please also provide a correct unit-tests.
If you ready to contribute, please use [Pull Requests](https://help.github.com/articles/creating-a-pull-request/) (please through non-master branches). Other ways like .patch files are possible, but it may take more time to review the changes.

*Also note: if it's not a simple binding to cover API, please provide related unit-tests. Thanks.*

The Application Program Interface of Lua:

* [v5.1](https://www.lua.org/manual/5.1/manual.html#3)
* [v5.2](https://www.lua.org/manual/5.2/manual.html#4)
* [v5.3](https://www.lua.org/manual/5.3/manual.html#4)
* [v5.4](https://www.lua.org/manual/5.4/) *( preview )*

The documentation **[here](https://github.com/3F/LunaRoad/wiki/API)** - *try with us*

Wiki of Conari engine: https://github.com/3F/Conari/wiki
The related documentation for **Conari** engine: https://github.com/3F/Conari/wiki
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016-2017 Denis Kuzmin <[email protected]>
Copyright (c) 2016,2017,2019 Denis Kuzmin <[email protected]> :: GitHub/3F

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
49 changes: 49 additions & 0 deletions LuNari.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>LuNari</id>
<version>1.4.1</version>
<title>[ LuNari ] Lua for .NET: 5.4, 5.3, 5.2, 5.1, ...</title>
<authors>github.com/3F/LuNari</authors>
<license type="file">License.txt</license>
<owners>reg</owners>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<projectUrl>https://github.com/3F/LuNari</projectUrl>
<repository type="git" url="https://github.com/3F/LuNari" />
<iconUrl>https://raw.githubusercontent.com/3F/LuNari/master/LuNari/Resources/LuNari.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>

Lua for .NET on Conari engine
Provides support* for all popular versions, like: 5.4, 5.3, 5.2, 5.1, ...

* There are several methods to use LuNari:
API-layer and binding at runtime (DLR, Lambda expressions) with any Lua functions;
_ _ _ _ _ _

using(var l = new Lua&lt;ILua53&gt;("Lua.dll")) { /* ILua51, ILua52, ILua53, ... */ }
_ _ _ _ _ _
Source code and all details here: https://github.com/3F/LuNari


~~~~~~~~
Get it via GetNuTool:
==========================================
gnt /p:ngpackages="LuNari/1.4.1"
==========================================
* https://github.com/3F/GetNuTool

</description>
<summary>Lua for .NET: Lua 5.4, 5.3, 5.2, 5.1, ... (Lua C API for .NET) Source code: https://github.com/3F/LuNari </summary>
<tags>Lua API dll Lua54 Lua53 Lua52 Lua51 LuNari LunaRoad KeraLua NLua LuaInterface Conari</tags>
<releaseNotes></releaseNotes>
<copyright>Copyright (c) 2016,2017,2019 Denis Kuzmin [[email protected]] :: GitHub/3F </copyright>
<references>
<!-- <reference file="Conari.dll" /> Optional via GetNuTool etc. -->
<reference file="LuNari.dll" />
</references>
<dependencies>
<dependency id="Conari" version="(1.3.0,)" />
</dependencies>
</metadata>
</package>
8 changes: 4 additions & 4 deletions LunaRoad.sln → LuNari.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LunaRoad", "LunaRoad\LunaRoad.csproj", "{359A216F-1B6D-4A82-B75A-09509A23830A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuNari", "LuNari\LuNari.csproj", "{359A216F-1B6D-4A82-B75A-09509A23830A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LunaRoadTest", "LunaRoadTest\LunaRoadTest.csproj", "{BC464A8F-DA52-4F2B-87FC-F79D130A15FF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LuNariTest", "LuNariTest\LuNariTest.csproj", "{BC464A8F-DA52-4F2B-87FC-F79D130A15FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{F23EF90C-E980-4827-8107-6FAC6F1B24EF}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -15,7 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{F23EF90C-E
changelog.txt = changelog.txt
gnt.core = gnt.core
LICENSE = LICENSE
LunaRoad.nuspec = LunaRoad.nuspec
LuNari.nuspec = LuNari.nuspec
packages.config = packages.config
Readme.md = Readme.md
EndProjectSection
Expand Down Expand Up @@ -44,7 +44,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenDelegates", "Conari\GenD
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Conari", "Conari", "{B8FABCD7-D14E-4105-AE53-F861D8F09A2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LunaRoad", "LunaRoad", "{F8FFB798-9677-4DF8-ACC8-C806A2A6B3EF}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "LuNari", "LuNari", "{F8FFB798-9677-4DF8-ACC8-C806A2A6B3EF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnLib", "Conari\UnLib\UnLib.vcxproj", "{CC2B5ECA-0D15-4BC8-A779-C6013FA0A11B}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions LunaRoad/API/Binder.cs → LuNari/API/Binder.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* The MIT License (MIT)
*
* Copyright (c) 2016-2017 Denis Kuzmin <[email protected]>
* Copyright (c) 2016,2017,2019 Denis Kuzmin < [email protected] > :: github.com/3F
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -22,7 +22,7 @@
* THE SOFTWARE.
*/

namespace net.r_eg.LunaRoad.API
namespace net.r_eg.LuNari.API
{
public abstract class Binder: IBinder
{
Expand Down
Loading

0 comments on commit ba3dee6

Please sign in to comment.