3 changed files with 5 additions and 31 deletions
@ -1,17 +0,0 @@ |
|||||||
using UnityEngine; |
|
||||||
using System.Collections; |
|
||||||
|
|
||||||
namespace Fungus |
|
||||||
{ |
|
||||||
/// <summary> |
|
||||||
/// Used by the Flowchart window to serialize the currently active Flowchart object |
|
||||||
/// so that the same Flowchart can be displayed while editing & playing. |
|
||||||
/// </summary> |
|
||||||
public interface IFungusState |
|
||||||
{ |
|
||||||
/// <summary> |
|
||||||
/// The currently selected Flowchart. |
|
||||||
/// </summary> |
|
||||||
Flowchart SelectedFlowchart { get; set; } |
|
||||||
} |
|
||||||
} |
|
@ -1,12 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 36cb688eedcc4436780e68405a4ba494 |
|
||||||
timeCreated: 1474015940 |
|
||||||
licenseType: Free |
|
||||||
MonoImporter: |
|
||||||
serializedVersion: 2 |
|
||||||
defaultReferences: [] |
|
||||||
executionOrder: 0 |
|
||||||
icon: {instanceID: 0} |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
Loading…
Reference in new issue