Update comments in GroupController.cs

This commit is contained in:
Hipposgrumm 2024-12-03 08:54:17 -07:00 committed by GitHub
parent 46870e9341
commit 5dd2689b0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@ public class GroupController : Controller {
GroupID = "8e68214a-c801-4759-8461-d01f28484134",
Name = "Dragons",
Color = "234,57,23",
Logo = "RS_DATA/Content/PlayerData/EMD/IcoEMDTeamDragons.png" // If anyone knows where these are please fill them in.
Logo = "RS_DATA/Content/PlayerData/EMD/IcoEMDTeamDragons.png"
};
public static readonly Schema.Group EMD_Scorpions = new Schema.Group {
GroupID = "db0aa225-2f0e-424c-83a7-73783fe63fef",
Name = "Scorpions",
Color = "120,183,53",
Logo = "RS_DATA/Content/PlayerData/EMD/IcoEMDTeamScorpions.png" // If anyone knows where these are please fill them in.
Logo = "RS_DATA/Content/PlayerData/EMD/IcoEMDTeamScorpions.png"
};