Ejemplo n.º 1
0
    void ValidateAdmin()
    {
        var admin = PlayerList.Instance.GetAdmin(AdminId, AdminToken);

        if (admin == null)
        {
            return;
        }
        VariableViewer.RequestOpenPageValue(PageID, SentenceID, ISSentence, iskey, SentByPlayer.GameObject);
    }
Ejemplo n.º 2
0
 public override IEnumerator Process()
 {
     //var livingHealthBehaviour = SentByPlayer.Script.GetComponent<LivingHealthBehaviour>();
     VariableViewer.RequestOpenPageValue(PageID, SentenceID, ISSentence, iskey);
     yield return(null);
 }