source: binary-improvements/AllocsCommands/API.cs@ 442

Last change on this file since 442 was 369, checked in by alloc, 3 years ago

Preparations for A20 release
Changes usage of "SteamID" to "UserID" in console commands
Also changes a bunch of the WebAPI stuff to show / use UserIDs

File size: 120 bytes
Line 
1namespace AllocsFixes.CustomCommands {
2 public class API : IModApi {
3 public void InitMod (Mod _modInstance) {
4 }
5 }
6}
Note: See TracBrowser for help on using the repository browser.