Bandidos
Static Public Attributes | List of all members
com.mygdx.game.globals.Tags Class Reference

Static Public Attributes

static final String TAG_ENEMY = "EnemyTag"
 
static final String TAG_PROJECTILE = "ProjectileTag"
 
static final String TAG_TRAP_ACTIVATOR = "TrapActivator"
 

Detailed Description

This class contains the different Entity Tags which are used in the game.

Author
Ramses Di Perna

Member Data Documentation

◆ TAG_ENEMY

final String com.mygdx.game.globals.Tags.TAG_ENEMY = "EnemyTag"
static

◆ TAG_PROJECTILE

final String com.mygdx.game.globals.Tags.TAG_PROJECTILE = "ProjectileTag"
static

◆ TAG_TRAP_ACTIVATOR

final String com.mygdx.game.globals.Tags.TAG_TRAP_ACTIVATOR = "TrapActivator"
static

The documentation for this class was generated from the following file: