An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.

9 lines
186 B

using UnityEngine;
using System.Collections;
public class TestFlags : MonoBehaviour
{
public bool messageReceived { get; set; }
public bool writeCommandsFinished { get; set; }
}