LiteCraft/src/main/java/com/github/halotroop/litecraft/input/KeyListener.java

10 lines
146 B
Java
Raw Normal View History

2020-02-05 03:21:59 +00:00
package com.github.halotroop.litecraft.input;
/*
* Author: Valoeghese
*/
public interface KeyListener
{
public void listen(boolean active);
}