Christopher
9 years ago
3 changed files with 29 additions and 2 deletions
@ -0,0 +1,16 @@
|
||||
using UnityEngine; |
||||
using System.Collections; |
||||
|
||||
namespace Fungus |
||||
{ |
||||
/// <summary> |
||||
/// Binds objects to identifiers in a Lua Environment. |
||||
/// </summary> |
||||
public interface ILuaBindings |
||||
{ |
||||
/// <summary> |
||||
/// Add all declared bindings to the globals table. |
||||
/// </summary> |
||||
void AddBindings(ILuaEnvironment luaEnv); |
||||
} |
||||
} |
@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2 |
||||
guid: 171f4567dbd354491adfd4d9b72bea9f |
||||
timeCreated: 1473671931 |
||||
licenseType: Free |
||||
MonoImporter: |
||||
serializedVersion: 2 |
||||
defaultReferences: [] |
||||
executionOrder: 0 |
||||
icon: {instanceID: 0} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Loading…
Reference in new issue