NoIssue: Add noop()

This commit is contained in:
Minimons
2026-01-23 16:09:07 +01:00
parent eccc5bcf62
commit 159b049740

View File

@@ -0,0 +1,8 @@
package com.r35157.nenjim.hubd;
public interface NenjimHUB {
/**
* This operation is supposed to do nothing
*/
void noop();
}