kxng
Brazil
 
 
shadow wizard goblin insanity
game developer @studiospunx [punxstudios.co]
Currently Offline
Featured Artwork Showcase
msdos
welcome.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class Welcome : MonoBehaviour
{
⠀⠀string website = " https://punxstudios.co/ ";
⠀⠀string steamDeveloperPage = " https://store.steampowered.com/dev/punxstudios ";
⠀⠀string discordServer = " https://discord.com/invite/4ccYX42ujs ";
⠀⠀string youtubeChannel = " https://www.youtube.com/channel/UCYeWtyw2-W_whqjU-BcvcYA ";
⠀⠀string twitter = " https://twitter.com/studiospunx ";

⠀⠀private void Start()
⠀⠀{
⠀⠀⠀⠀Debug.Log("Welcome to my steam profile!");
⠀⠀⠀⠀Application.Quit();
⠀⠀}
}
Recent Activity
0.1 hrs on record
last played on 5 Apr
2.1 hrs on record
last played on 22 Jun, 2022