20 lines
364 B
C#
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;
|
|||
|
|
|||
|
}
|
|||
|
}
|