From f2e469ba4dd1bef457b15c41aeb29bcf0acd836b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Wiesmu=CC=88ller?= Date: Wed, 18 Apr 2018 00:38:51 +0200 Subject: [PATCH] added doc.go --- doc.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..8ecbd7b --- /dev/null +++ b/doc.go @@ -0,0 +1,2 @@ +// Package battleye is implementing the BattlEye Protocol(https://www.battleye.com/downloads/BERConProtocol.txt) for use in other projects. +package battleye