tombok1/MeccsDogaObject/Meccs.cs

20 lines
364 B
C#
Raw Normal View History

2023-02-06 13:51:53 +00:00
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;
}
}