Cosmos/source2/Kernel/System/Cosmos.System/Filesystem/Filesystem.cs
kudzu_cp 5287a829cf
2011-02-23 05:41:53 +00:00

9 lines
170 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.System.Filesystem {
public class Filesystem {
}
}