Results 1 to 10 of 14

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    New Trainer AUSsaultBird2454's Avatar
    Join Date
    May 2019
    Location
    Brisbane Australia
    Posts
    6

    An Aussie Bird(?) Declares himself into existence...

    Code:
    this = new User()
        {
            Name = "AUSsaultBird2454",
            Abreviations = { "AUS", "Bird" },
            Location = new Location()
            {
                Country = Countries.Australia,
                State = "Queensland"
            },
            Likes = new List<string>()
            { "Pokemon", "Programming", "Helping Others", "Probably other things" },
            Dislikes = new List<string>()
            { "English Class D:", "Not sure of anything else tbh..." },
            CurrentProjects = new List<Project>()
            {
                new Project(){ Name = "VTRPG", ShortDescription = "Some kind of software for D&D, rest is kind of private for now" },
                new Project(){ Name = "AUSBot", ShortDescription = "A Discord bot that is modular, this was a private single server bot that before i decided to merge it and just run two coppies of it (One private and a public one, This is still in development)" }
            }
        };
    Ok, at this point i think i made it clear that i am a programmer haha

    Hello my name is AUSsaultBird2454. AUS or Bird for short, I live in Australia (QLD) and i love many things like Pokemon, Programming and helping people out...
    I mean, haha, i wish i could just introduce myself more... But i think i have defined my existance enough already lol... Dont want to cause a System.StackOverflowException now do I?

    I look forward to hanging around the forums here more, but it's a bit hard at the moment cause i am avoiding Gen8 spoilers and am usually busy, but over time i will eventually get into this forum more... (I am on the discord and am usually more easily found there)

    Anyway, Have a great one, look forward to chatting
    - AUS

    PS, I nearly caused a compiler error... Almost forgot the semicolon at the end :P

  2. This post has been liked by:


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •