Alles commited (inf3.csproj & Buffer_Wafa)
This commit is contained in:
@@ -68,6 +68,7 @@
|
|||||||
<Compile Include="src\EnumDecision.cs" />
|
<Compile Include="src\EnumDecision.cs" />
|
||||||
<Compile Include="src\Online.cs" />
|
<Compile Include="src\Online.cs" />
|
||||||
<Compile Include="src\Time.cs" />
|
<Compile Include="src\Time.cs" />
|
||||||
|
<Compile Include="src\Buffer_Wafa.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup />
|
<ItemGroup />
|
||||||
</Project>
|
</Project>
|
||||||
@@ -3,12 +3,12 @@ using System.Collections.Generic;
|
|||||||
|
|
||||||
namespace WorldOfPeacecraft
|
namespace WorldOfPeacecraft
|
||||||
{
|
{
|
||||||
public class Buffer
|
public class Buffer_Wafa
|
||||||
{
|
{
|
||||||
private Queue<string> DotA2 = new Queue<string> ();
|
private Queue<string> DotA2 = new Queue<string> ();
|
||||||
private int sizelimit;
|
private int sizelimit;
|
||||||
|
|
||||||
public Buffer (int limit)
|
public Buffer_Wafa (int limit)
|
||||||
{
|
{
|
||||||
sizelimit = limit;
|
sizelimit = limit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user