You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tank/src/main/java/com/msb/proxy/v6/Movable.java

12 lines
182 B

package com.msb.proxy.v6;
/**
* @Author bingor
* @Date 2022/10/17 9:40
* @Description: com.msb.proxy.v5
* @Version: 1.0
*/
public interface Movable {
public void move();
}