diff options
author | Keuin <[email protected]> | 2022-09-07 12:45:46 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-09-07 12:47:25 +0800 |
commit | 00595609af53514ffd39d9aeab0d33e6d84cbdb5 (patch) | |
tree | acb89f406dade1662090facd740a7ccc5d90433c /danmaku/dmmsg/msghandler.go | |
parent | c78edaa0ffa28bb360663f172e98540b7978e9b2 (diff) |
More comprehensive danmaku message handling.
Diffstat (limited to 'danmaku/dmmsg/msghandler.go')
-rw-r--r-- | danmaku/dmmsg/msghandler.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/danmaku/dmmsg/msghandler.go b/danmaku/dmmsg/msghandler.go new file mode 100644 index 0000000..32766aa --- /dev/null +++ b/danmaku/dmmsg/msghandler.go @@ -0,0 +1,4 @@ +package dmmsg + +type DanmakuMessageHandler interface { +} |