mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-20 09:14:16 -05:00
Fixed project not compiling.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace PkmnFoundations.GTS
|
||||
|
||||
}
|
||||
|
||||
public override void ProcessGamestatsRequest(byte[] request, MemoryStream response, String url, int pid, HttpContext context)
|
||||
public override void ProcessGamestatsRequest(byte[] data, MemoryStream response, string url, int pid, HttpContext context, GamestatsSession session)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user