Ejemplo n.º 1
0
 public DNABit getDNABit ()
 {
     if (null == _dnaBit) {
         Logger.Log ("PickableItem::getDNABit() - null == _dnaBit => produceDNABit", Logger.Level.DEBUG);
         _dnaBit = produceDNABit ();
     }
     return _dnaBit;
 }
Ejemplo n.º 2
0
 public DNABit getDNABit()
 {
     if (null == _dnaBit)
     {
         Logger.Log("PickableItem::getDNABit() - null == _dnaBit => produceDNABit", Logger.Level.DEBUG);
         _dnaBit = produceDNABit();
     }
     return(_dnaBit);
 }
Ejemplo n.º 3
0
 void Awake ()
 {
     _dnaBit = produceDNABit ();
 }
Ejemplo n.º 4
0
 void Awake()
 {
     _dnaBit = produceDNABit();
 }