I hereby claim:
- I am cardoso on github.
- I am cardoso (https://keybase.io/cardoso) on keybase.
- I have a public key whose fingerprint is 426D DC4C AC46 6D87 A570 78E1 71ED 83DF F333 87BF
To claim this, I am signing this object:
| Sound Index FileName Volume Group Size Loop Fade In Fade Out Defer Inst Stop Inst Duration Compound Reverb Falloff Cache Async Only Priority Stream Stereo Tracking Solo Music Vol Block 1 Block 2 Block 3 | |
| 0 none.wav 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 -1 -1 | |
| cursor_pass 1 cursor\pass.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| cursor_select 2 cursor\select.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 255 0 0 0 0 0 -1 -1 -1 | |
| cursor_error 3 cursor\windowopen.wav 255 0 0 0 0 1 0 0 0 0 1 0 0 100 0 0 0 0 0 -1 -1 -1 | |
| cursor_button_click 4 cursor\button.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| cursor_point_drop 5 cursor\pointdrop.wav 220 0 0 0 0 0 1 0 0 0 1 1 0 255 0 0 0 0 0 -1 -1 -1 | |
| cursor_switch 6 cursor\windowopen.wav 220 0 0 0 0 1 0 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| cursor_level_up 7 cursor\levelup.wav 255 0 0 0 0 1 0 0 0 0 1 0 0 255 0 0 0 0 0 -1 -1 -1 | |
| cursor_level_up_hireling 8 cursor\leveluphireling.wav 255 0 0 0 0 1 0 0 0 0 1 0 0 255 0 0 0 0 0 -1 -1 -1 |
| Handle Index FileName Volume Group Size Loop Fade In Fade Out Defer Inst Stop Inst Duration Compound Reverb Falloff Cache Async Only Priority Stream Stereo Tracking Solo Music Vol Block 1 Block 2 Block 3 | |
| ESOUND_NONE 0 none.wav 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_PASS 1 cursor\pass.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_SELECT 2 cursor\select.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 255 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_ERROR 3 cursor\windowopen.wav 255 0 0 0 0 1 0 0 0 0 1 0 0 100 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_BUTTON_CLICK 4 cursor\button.wav 255 0 0 0 0 0 1 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_POINT_DROP 5 cursor\pointdrop.wav 220 0 0 0 0 0 1 0 0 0 1 1 0 255 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_SWITCH 6 cursor\windowopen.wav 220 0 0 0 0 1 0 0 0 0 1 1 0 100 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_LEVEL_UP 7 cursor\levelup.wav 255 0 0 0 0 1 0 0 0 0 1 0 0 255 0 0 0 0 0 -1 -1 -1 | |
| ESOUND_CURSOR_LEVEL_UP_HIRELING 8 cursor\leveluphireling.wav 255 0 0 0 0 1 0 0 0 0 1 0 |
| // | |
| // MainState.swift | |
| // ReduxMovieDB | |
| // | |
| // Created by Matheus Cardoso on 2/11/18. | |
| // Copyright © 2018 Matheus Cardoso. All rights reserved. | |
| // | |
| import ReSwift |
| # success tests: | |
| *bold* **bold** | |
| _italic_ __italic__ | |
| ~struck~ ~~struck~~ | |
| *_~bold and italic and struck~_*!! **__~~bold and italic and struck~~__**!! | |
|  | |
| [test](http://rocket.chat) | |
| # header 1 | |
| ## header 2 |
I hereby claim:
To claim this, I am signing this object:
| import Vapor | |
| import Foundation | |
| import FluentProvider | |
| protocol Builder { | |
| associatedtype T | |
| typealias BuilderClosure = (Self) -> () | |