namespace CryOnline_Launcher { using System; public class Update { public string FileName; public int Number; } }