29 lines
501 B
C#
29 lines
501 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Oszto
|
|
{
|
|
class Oszto
|
|
{
|
|
|
|
public Pakli Csomag;
|
|
public Jatekos[] Jatekosok;
|
|
public int Kezbedb;
|
|
public int Hanyasaval;
|
|
|
|
static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Osztó program OOP");
|
|
//Pakli pakli = new Pakli();
|
|
}
|
|
|
|
private void Bekeres()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|