com.github.siwenyan.common.ILive Maven / Gradle / Ivy
package com.github.siwenyan.common;
public interface ILive {
Heart getHeart();
boolean stop();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
package com.github.siwenyan.common;
public interface ILive {
Heart getHeart();
boolean stop();
}