Ameliorate / BuildStation-Client

Client for the BuildStation game. Probably needs a new name, but that will be decided later. Based moderately off the BYOND game Space Station 13.

Home Page:http://buildstation.proboards.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating objects on the fly with automatically generated names

Ameliorate opened this issue · comments

I have no idea how. Google searches yield no meaningful results.
Activator.CreateInstance() Yields something, but I can't really make sense of how to use it or if it ts the right thing I want.
Also Reflection.

It appears that Activator.CreateInstance isn't what I want, but it will be useful in the spawning of tiles.

Apparently you can use a dictionary to store objects. This is exactly what I need.