Advertisement
EdmundC

Game1Game

Jul 13th, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.31 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. using static System.Console;
  5.  
  6. namespace GameScreenHome
  7.  {
  8.     class Game
  9.     {
  10.         public void Start()
  11.         {
  12.             WriteLine("Loading...");
  13.  
  14.             WriteLine("silly");
  15.             ReadKey(true);
  16.  
  17.         }
  18.     }
  19.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement