BomberUnits
...a Unity learning project
mechanics Namespace Reference

Provides scripts representing important game mechanics and capabilities of game objects. More...

Classes

class  Bomb
 The Bomb script handles all logics needed for Bomb behaviour in interaction with its Animator state machine. More...
 
class  Destructible
 Destructibles have hit points and are affected by damage sources. More...
 
class  Explodeable
 Provides the 'Explodeable' attribute to game objects, giving them Explode() method. More...
 
class  LootSpawner
 Provides the 'LootSpawner' attribute to game objects, giving them the 'RollDropLoot()' method. More...
 

Detailed Description

Provides scripts representing important game mechanics and capabilities of game objects.