C# Class Assets.Scripts.Scenes.Game.BossAttackBatchingCommandInterceptor

Inheritance: UnityEngine.MonoBehaviour, ICommandInterceptor
Datei anzeigen Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
BatchSendInterval float

Public Methods

Method Description
InboundIntercept ( CommandDTO commandDTO ) : bool
OutboundIntercept ( CommandDTO commandDTO ) : bool
Start ( ) : void
Update ( ) : void

Method Details

InboundIntercept() public method

public InboundIntercept ( CommandDTO commandDTO ) : bool
commandDTO Assets.Scripts.Services.Communication.DTOs.CommandDTO
return bool

OutboundIntercept() public method

public OutboundIntercept ( CommandDTO commandDTO ) : bool
commandDTO Assets.Scripts.Services.Communication.DTOs.CommandDTO
return bool

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BatchSendInterval public_oe property

public float BatchSendInterval
return float