1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-22 13:10:26 -05:00

Kayak works how I want it :) 'secure' authentication

This commit is contained in:
RaidMax
2015-08-23 22:35:04 -05:00
parent feb37123e2
commit 7ae6c7e07f
21 changed files with 83 additions and 176 deletions

View File

@ -12,7 +12,8 @@ namespace SharedLibrary
public abstract void onEvent(Event E);
//for logging purposes
public abstract string Name { get; }
public abstract float Version { get; }
public abstract String Name { get; }
public abstract float Version { get; }
public abstract String Author { get; }
}
}