Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 298 Bytes

effect.md

File metadata and controls

21 lines (17 loc) · 298 Bytes

Сообщения Effect'a

EffectApplied

Имя события: effectApplied

Broadcast: +

Структура:

{
  With: {
    id: 1,
    entityClass: 'entity',
    dimensions: 10
  },

  Effect: {
    effectClass: 'effect',
    duration: 10
  }
}