Skip to content

Commit

Permalink
Added replicate to AliveCharacterComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal111 committed Jul 31, 2017
1 parent e3b338d commit d0b63f1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
package org.terasology.logic.characters;

import org.terasology.entitySystem.Component;
import org.terasology.network.Replicate;

/**
* This is only attached to the <b>alive character</b> entities. <br/>
Expand All @@ -26,5 +27,6 @@
* Can be used to differently handle situations for character entities that can remain in a dead state
* or respawn after a while.
*/
@Replicate
public class AliveCharacterComponent implements Component {
}

0 comments on commit d0b63f1

Please sign in to comment.