Ejemplo n.º 1
0
 protected BadgeWidget(BadgeWidget other)
     : base(other)
 {
     Badge          = other.Badge;
     playerDatabase = other.playerDatabase;
 }
Ejemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     // NOTE: it is safe to do this cuz this is local object
     ins = this;
 }