dev
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.mogo.map;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2019-12-25
|
||||
* <p>
|
||||
* 销毁
|
||||
*/
|
||||
public interface IDestroyable {
|
||||
|
||||
void destroy();
|
||||
}
|
||||
Reference in New Issue
Block a user