mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-31 15:09:21 +07:00
Posting Deleted component
This commit is contained in:
@ -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 {}
|
Reference in New Issue
Block a user