Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
/ cafu_timer Public archive

⏰ Timer logic based on CAFU architecture

License

Notifications You must be signed in to change notification settings

umm/cafu_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cafu_timer

What

  • TimerUseCase based on CAFU architecture

Requirement

  • cafu_core
  • event_activator
  • unity_module_stopwatch

Install

yarn add "umm/cafu_timer#^1.0.0"

Usage

Implement ITimerPresenter on your presenter.

public class MyPresenter : ITimerPresenter
{
    public ITimerUseCase TimerUseCase { get; private set; }
}

Attach TimerGauge or TimerText on your image or text. That's all you have to do to use timer.

License

Copyright (c) 2018 Takuma Maruyama

Released under the MIT license, see LICENSE.txt