... | ... | @@ -35,4 +35,4 @@ private void TSWVote(VoteSuccessArgs e) |
|
|
}
|
|
|
```
|
|
|
|
|
|
`VoteSuccessArgs` has two child fields: Player is the `TSPlayer` object for the player that voted successfully, and `Container` is of type `object` and can be used in cases when your two or more separate event handlers need to communicate. |
|
|
\ No newline at end of file |
|
|
`VoteSuccessArgs` has two child fields: `Player` is the `TSPlayer` object for the player that voted successfully, and `Container` is of type `object` and can be used in cases when your two or more separate event handlers need to communicate. |
|
|
\ No newline at end of file |