From d6cc40453b6d458e163f811ebfafa3bea6095e0b Mon Sep 17 00:00:00 2001 From: Phitherek Date: Thu, 21 Mar 2013 10:50:07 +0100 Subject: [PATCH] started object structure planning --- OBJECTS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 OBJECTS diff --git a/OBJECTS b/OBJECTS new file mode 100644 index 0000000..4bc15eb --- /dev/null +++ b/OBJECTS @@ -0,0 +1,8 @@ +ModDescription: name, description, release, deps, repotype, repoaddr +ModList: name, vector +LocalModDescription: ModDescription + remoteModlist (inheritance) +LocalModList: vector +RepositoryModDescription: ModDescription + path (inheritance) +RepositoryInfo: vector +ModListDescription: name, server, modlistPath +ModInfoDescription: name, server, modinfoPath \ No newline at end of file