Christopher
9 years ago
3 changed files with 33 additions and 1 deletions
@ -0,0 +1,16 @@
|
||||
using UnityEngine; |
||||
|
||||
namespace Fungus |
||||
{ |
||||
/// <summary> |
||||
/// Executes Lua script defined in a string property or in an external file. |
||||
/// </summary> |
||||
public interface ILuaScript |
||||
{ |
||||
/// <summary> |
||||
/// Execute the Lua script. |
||||
/// This is the function to call if you want to trigger execution from an external script. |
||||
/// </summary> |
||||
void OnExecute(); |
||||
} |
||||
} |
@ -0,0 +1,12 @@
|
||||
fileFormatVersion: 2 |
||||
guid: abbbc56988f804fc393471c69ca748cb |
||||
timeCreated: 1473671672 |
||||
licenseType: Free |
||||
MonoImporter: |
||||
serializedVersion: 2 |
||||
defaultReferences: [] |
||||
executionOrder: 0 |
||||
icon: {instanceID: 0} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Loading…
Reference in new issue