James Puleo
James Puleo
The grammar introduced in this PR is _meant_ to be nit-picked! Please suggest what sounds most natural and understandable to an end-user. Additionally, because we are in TShockLauncher and not...
The `GroupManager` constructor ensures the structure of the `GroupList` table, and if the table is newly-created, then some initial data is seeded. We previously used the names `default` to represent...
Using `GsonBuilder`, you can register custom serializers/deserializers, and create a `Gson` instance. This allows someone to use that custom `Gson` instance when deserializing with `Toml#to`. I haven't added any tests,...
`vgui::Panel::CanAnimate` is [placed above `GetScheme`]() in SDK code, but my analysis of the retail game shows that this virtual is actually placed _below_ `GetScheme`. I've attached screenshots from my disassembly...