Bazooka Manager is basically complete now (after 2+ weeks) and start working on server rewrite

This commit is contained in:
2025-07-12 13:46:42 -07:00
parent 599b0fa545
commit 36f65c3f5a
24 changed files with 810 additions and 384 deletions

View File

@@ -3,7 +3,7 @@ using UnityEngine;
public static class Tools
{
public static Sprite GetIconForUser(int user)
public static Sprite GetIconForUser(BigInteger user)
{
if (user == 1)
{