Example #1
0
    public SpecalTicket()
    {
        instance = this;
        GameObject obj = GameObject.Find(ObjectName.SPECAL_TICKET);

        text = obj.GetComponent <Text>();
    }
Example #2
0
 public TiketManager()
 {
     NormalTicket noraml = new NormalTicket();
     SpecalTicket spcal  = new SpecalTicket();
 }