Beispiel #1
0
 public SpriteDao()
 {
     Instance = this;
 }
Beispiel #2
0
 public void Start()
 {
     spriteDao = SpriteDao.Instance;
 }