added logger to character creation, default character setup, gameplay flow and textmeshpro stuff

This commit is contained in:
Sebastian Bularca
2026-04-05 21:48:06 +02:00
parent bb75524cd8
commit c2bbf30a73
300 changed files with 73925 additions and 184 deletions

View File

@@ -63,7 +63,7 @@ namespace Jovian.InGameLogging {
head = 0;
count = 0;
for(int i = 0; i < kept.Count; i++) {
for(var i = 0; i < kept.Count; i++) {
buffer[i] = kept[i];
count++;
}