Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Text;
- using static System.Console;
- namespace GameScreenHome
- {
- class Game
- {
- public void Start()
- {
- WriteLine("Loading...");
- WriteLine("silly");
- ReadKey(true);
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement