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