update to unity 6.2, add save system and quest system
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
[System.Serializable]
|
||||
public class Storybools
|
||||
{
|
||||
// not sure how we'll organize this yet, but right now lets do it by quest
|
||||
#region QID1
|
||||
public bool hasHelpedSam = false;
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user