Comments added to Destroyable.java
This commit is contained in:
parent
f6ba02007f
commit
aa255012da
@ -1,5 +1,12 @@
|
||||
package cicaprojekt;
|
||||
|
||||
/**
|
||||
* A játékban megsemmisíthető tárgyakat/személyeket összefogó
|
||||
* interface.
|
||||
*/
|
||||
public interface Destroyable {
|
||||
void destroy();
|
||||
/**
|
||||
* A megsemmisítésért felelős függvény.
|
||||
*/
|
||||
void destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user