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:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user