From c97f64ea441b46a94ef5da758584cb5538a20384 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 17 Feb 2008 23:06:57 +0000 Subject: [PATCH] added vdf files for sample/stub --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40641 --- sample_mm/sample_mm.vdf | 5 +++++ stub_mm/stub_mm.vdf | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 sample_mm/sample_mm.vdf create mode 100644 stub_mm/stub_mm.vdf diff --git a/sample_mm/sample_mm.vdf b/sample_mm/sample_mm.vdf new file mode 100644 index 0000000..39e7a11 --- /dev/null +++ b/sample_mm/sample_mm.vdf @@ -0,0 +1,5 @@ +"Metamod Plugin" +{ + "alias" "sample" + "file" "addons/sample_mm" +} diff --git a/stub_mm/stub_mm.vdf b/stub_mm/stub_mm.vdf new file mode 100644 index 0000000..db44b51 --- /dev/null +++ b/stub_mm/stub_mm.vdf @@ -0,0 +1,5 @@ +"Metamod Plugin" +{ + "alias" "stub" + "file" "addons/stub_mm" +}