Add interfaces
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package org.project.Interface;
|
||||
|
||||
import org.project.entity.Entity;
|
||||
|
||||
public interface IAttachable {
|
||||
public void AttachTo(Entity entity);
|
||||
public void DeattachFrom(Entity entity);
|
||||
}
|
||||
Reference in New Issue
Block a user