Alles commited (inf3.csproj & Buffer_Wafa)
This commit is contained in:
@@ -3,12 +3,12 @@ using System.Collections.Generic;
|
||||
|
||||
namespace WorldOfPeacecraft
|
||||
{
|
||||
public class Buffer
|
||||
public class Buffer_Wafa
|
||||
{
|
||||
private Queue<string> DotA2 = new Queue<string> ();
|
||||
private int sizelimit;
|
||||
|
||||
public Buffer (int limit)
|
||||
public Buffer_Wafa (int limit)
|
||||
{
|
||||
sizelimit = limit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user