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