parent
95eae7282a
commit
f9a221d8cf
@ -0,0 +1,14 @@
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @author Björn Hase <me@herr-hase.wtf>
|
||||
* @license http://opensource.org/licenses/MIT The MIT License
|
||||
* @link https://git.node001.net/HerrHase/super-hog.git
|
||||
*
|
||||
*/
|
||||
|
||||
enum State {
|
||||
FINISHED
|
||||
}
|
||||
|
||||
export default State
|
Loading…
Reference in new issue