misc header file added

This commit is contained in:
Jadis0x
2024-04-14 00:05:47 +03:00
parent 2be69613e2
commit db2dc7b321
4 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include "pch-il2cpp.h"
#include "misc.h"
void Misc::SetRank(int rank)
{
//
}
void Misc::SetSteamName(std::string& name)
{
}