From 83d23fe5999d7d23ad5281e5a53f7c8e9c255133 Mon Sep 17 00:00:00 2001 From: William Fowler Date: Tue, 28 Sep 2021 12:03:01 -0600 Subject: [PATCH] Small updates to readme file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f23e578..3e56b5c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # LibBSP C# library for parsing and reading BSP (Binary Space Partition) structures in Quake-based game engines -The classes in this project exist to parse and store BSP structure information from various formats from many Quake engine forks. +The classes in this project exist to parse and store BSP structure information from various formats from many Quake engine forks, including Source and Quake 3. -Eventually the BSP Importer for Unity3D and the BSP Decompiler projects will both use this library. +The BSP Importer for Unity3D and the BSP Decompiler projects both use this library. Creative Commons 0
To the extent possible under law, wfowler1 has waived all copyright and related or neighboring rights to LibBSP. This work is published from: United States. \ No newline at end of file