Christopher
8 years ago
3 changed files with 11 additions and 37 deletions
@ -1,23 +0,0 @@ |
|||||||
// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). |
|
||||||
// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) |
|
||||||
|
|
||||||
using System.Collections; |
|
||||||
|
|
||||||
namespace Fungus |
|
||||||
{ |
|
||||||
/// <summary> |
|
||||||
/// Helper class to manage parsing and executing the conversation format. |
|
||||||
/// </summary> |
|
||||||
public interface IConversationManager |
|
||||||
{ |
|
||||||
/// <summary> |
|
||||||
/// Caches the character objects in the scene for fast lookup during conversations. |
|
||||||
/// </summary> |
|
||||||
void PopulateCharacterCache(); |
|
||||||
|
|
||||||
/// <summary> |
|
||||||
/// Parse and execute a conversation string. |
|
||||||
/// </summary> |
|
||||||
IEnumerator DoConversation(string conv); |
|
||||||
} |
|
||||||
} |
|
@ -1,12 +0,0 @@ |
|||||||
fileFormatVersion: 2 |
|
||||||
guid: 3a7ff247990a84e1a96765d1c03735b6 |
|
||||||
timeCreated: 1473679803 |
|
||||||
licenseType: Free |
|
||||||
MonoImporter: |
|
||||||
serializedVersion: 2 |
|
||||||
defaultReferences: [] |
|
||||||
executionOrder: 0 |
|
||||||
icon: {instanceID: 0} |
|
||||||
userData: |
|
||||||
assetBundleName: |
|
||||||
assetBundleVariant: |
|
Loading…
Reference in new issue