mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-17 07:45:59 +08:00
Add a result counter
This commit is contained in:
@@ -184,3 +184,8 @@ impl Message {
|
||||
Message { message, name }
|
||||
}
|
||||
}
|
||||
|
||||
pub enum ScriptResult {
|
||||
Ok,
|
||||
Ignored,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user