Skip to content

Commit ad92afe

Browse files
committed
Merge branch 'master' of https://github.com/TwoTenPvP/MLAPI
2 parents 45aeb25 + 771c26b commit ad92afe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/issue_template.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
<!-- If it's not applicable, leave the {Please write here} tag to indicate that it does not apply -->
33

44
### Issue Type
5-
<!-- Please place an x in the type that applies -->
6-
* [x] Bug
7-
* [ ] Enhancement / Feature
8-
* [ ] Question
9-
* [ ] Other
5+
<!-- Example: Feature, Bug, Question etc -->
106

117
### Description
128

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
![](https://i.imgur.com/d0amtqs.png)
22

33
MLAPI (Mid level API) is a framework that hopefully simplifies building networked games in Unity. It is built on the LLAPI and is similar to the HLAPI in many ways. It does not however integrate into the compiler and it's meant to offer much greater flexibility than the HLAPI while keeping some of it's simplicity. It offers greater performance over the HLAPI.
4+
5+
[![Github All Releases](https://img.shields.io/github/downloads/TwoTenPvP/MLAPI/total.svg)](https://github.com/TwoTenPvP/MLAPI/releases)
6+
[![GitHub Release](https://img.shields.io/github/release/TwoTenPvP/MLAPI.svg)](https://github.com/TwoTenPvP/MLAPI/releases)
7+
[![AppVeyor](https://img.shields.io/appveyor/ci/TwoTenPvP/MLAPI.svg)](https://ci.appveyor.com/project/TwoTenPvP/mlapi/build/artifacts)
8+
[![Licence](https://img.shields.io/github/license/TwoTenPvP/MLAPI.svg)](https://github.com/TwoTenPvP/MLAPI/blob/master/LICENCE)
9+
410
### Documentation
511
To get started, check the [Wiki](https://github.com/TwoTenPvP/MLAPI/wiki).
612
This is also where most documentation lies.

0 commit comments

Comments
 (0)