Dateien in richtigen ordner verschoben
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace inf3
|
||||
{
|
||||
public class Online
|
||||
{
|
||||
int o_;
|
||||
public Online (int o)
|
||||
{
|
||||
o_ = o;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace WorldOfPeacecraft
|
||||
{
|
||||
public class Time
|
||||
{
|
||||
long t_;
|
||||
public Time (long t)
|
||||
{
|
||||
t_ = t;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user