= Data Structures formatting update

This commit is contained in:
Matthew Cech
2019-06-19 21:32:42 -07:00
parent 78efa4ad8f
commit ba843ca645
22 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ public class CharacterManager
}
}
characters.add(new KittyCharacter(user, name, bio, refImage, uniqueID.Get()));
uniqueID.Add(1);
characters.add(new KittyCharacter(user, name, bio, refImage, uniqueID.get()));
uniqueID.add(1);
return true;
}