Steve Halliwell
5 years ago
committed by
GitHub
8 changed files with 107 additions and 4 deletions
@ -0,0 +1,12 @@
|
||||
namespace Fungus |
||||
{ |
||||
/// <summary> |
||||
/// Interface for indicating that the class holds a reference to and may call a block |
||||
/// </summary> |
||||
public interface IBlockCaller |
||||
{ |
||||
bool MayCallBlock(Block block); |
||||
|
||||
string GetLocationIdentifier(); |
||||
} |
||||
} |
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2 |
||||
guid: c14d678ff547d8944a1a28e12c00868e |
||||
MonoImporter: |
||||
externalObjects: {} |
||||
serializedVersion: 2 |
||||
defaultReferences: [] |
||||
executionOrder: 0 |
||||
icon: {instanceID: 0} |
||||
userData: |
||||
assetBundleName: |
||||
assetBundleVariant: |
Loading…
Reference in new issue