mail system
This commit is contained in:
@@ -10,4 +10,19 @@ public class gameplayGalgame : MonoBehaviour
|
||||
[Header("prefabs")]
|
||||
public GameObject galgamePrefab;
|
||||
public GameObject where_to_put;
|
||||
|
||||
private string timeType;
|
||||
private string triggerType;
|
||||
private string timelineStandard;
|
||||
|
||||
public void read_gol_so()
|
||||
{
|
||||
if (golSO != null)
|
||||
{
|
||||
timeType = golSO.dialogueType.ToString();
|
||||
triggerType = golSO.triggerMethod.ToString();
|
||||
timelineStandard = golSO.timelineStandard.ToString();
|
||||
}
|
||||
else Debug.LogWarning("no gol so");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user