Added documentation for Activity Type
This commit is contained in:
parent
6138a1c623
commit
1aba7e6ead
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
|
|
||||||
|
/// List of Activity Type - Only Game is supported for the moment.
|
||||||
#[derive(Serialize, Debug)]
|
#[derive(Serialize, Debug)]
|
||||||
pub enum ActivityType {
|
pub enum ActivityType {
|
||||||
GAME = 0,
|
GAME = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue