Refactor travis testing
This commit is contained in:
5
src/nat/Template.hx
Normal file
5
src/nat/Template.hx
Normal file
@@ -0,0 +1,5 @@
|
||||
package nat;
|
||||
|
||||
interface Template {
|
||||
function prepareEntry(e:Entry):Void;
|
||||
}
|
||||
Reference in New Issue
Block a user