支持解锁 Live, 支持自定义角色, 支持换头, 支持 FOV 调整

This commit is contained in:
chinosk
2024-05-26 00:14:40 +08:00
parent fb65a34684
commit acac544183
10 changed files with 289 additions and 8 deletions
+1
View File
@@ -2,6 +2,7 @@
#define GAKUMAS_LOCALIFY_LOG_H
namespace GakumasLocal::Log {
void LogUnityLog(int prio, const char* fmt, ...);
void LogFmt(int prio, const char* fmt, ...);
void Info(const char* msg);
void InfoFmt(const char* fmt, ...);