Posting Deleted component

This commit is contained in:
Collin Smith
2020-06-04 19:24:33 -07:00
parent ffda38c9fd
commit 7301c483ca

View File

@ -0,0 +1,7 @@
package com.riiablo.engine.server.component;
import com.artemis.Component;
import com.artemis.annotations.PooledWeaver;
@PooledWeaver
public class Deleted extends Component {}