Esempio n. 1
0
 private void MapScreenDraw(MapDrawEventArgs args)
 {
     if (!args.IsTeleporter)
     {
         questionMarkText.Draw(args.Camera);
     }
 }
Esempio n. 2
0
 private void MapScreenDraw(MapDrawEventArgs args)
 {
     if (!args.IsTeleporter)
         questionMarkText.Draw(args.Camera);
 }