tombok1/MeccsDogaObject/Meccs.cs
2023-02-06 14:51:53 +01:00

20 lines
364 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MeccsDogaObject
{
class Meccs
{
public int fordulo;
public int hazaigol;
public int vendeggol;
public string hazaicsapat;
public string vendegcsapat;
private bool este;
}
}