4 changed files with 39 additions and 10 deletions
@ -0,0 +1,12 @@ |
|||||||
|
using MoonSharp.Interpreter; |
||||||
|
|
||||||
|
namespace Fungus |
||||||
|
{ |
||||||
|
public interface ILuaStore |
||||||
|
{ |
||||||
|
/// <summary> |
||||||
|
/// A Lua table that can be shared between multiple LuaEnvironments. |
||||||
|
/// </summary> |
||||||
|
Table PrimeTable { get; } |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,12 @@ |
|||||||
|
fileFormatVersion: 2 |
||||||
|
guid: 6851f703962d046f7ba2182643f4b3c9 |
||||||
|
timeCreated: 1473675184 |
||||||
|
licenseType: Free |
||||||
|
MonoImporter: |
||||||
|
serializedVersion: 2 |
||||||
|
defaultReferences: [] |
||||||
|
executionOrder: 0 |
||||||
|
icon: {instanceID: 0} |
||||||
|
userData: |
||||||
|
assetBundleName: |
||||||
|
assetBundleVariant: |
Loading…
Reference in new issue