Profiles prefab and scripts

This commit is contained in:
2025-09-09 22:46:20 -07:00
parent 61a6025b9c
commit e2569f04c6
15 changed files with 9918 additions and 298 deletions

View File

@@ -0,0 +1,26 @@
using UnityEngine.Scripting;
using Newtonsoft.Json;
using System.Numerics;
[Preserve]
public class ProfileMessageResponse {
[Preserve]
[JsonProperty("id")]
public BigInteger ID { get; set; }
[Preserve]
[JsonProperty("userId")]
public BigInteger UserID { get; set; }
[Preserve]
[JsonProperty("content")]
public string Content { get; set; }
[Preserve]
[JsonProperty("timestamp")]
public string Timestamp { get; set; }
[Preserve]
[JsonProperty("likes")]
public BigInteger Likes { get; set; }
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: 754a35e0c3aa54d34a217571a3d049c8