Change GameParty size types to longs. (#955)
This commit is contained in:
committed by
Christopher F
parent
3b2b434258
commit
178ea8de4d
@@ -1,11 +1,11 @@
|
||||
namespace Discord
|
||||
namespace Discord
|
||||
{
|
||||
public class GameParty
|
||||
{
|
||||
internal GameParty() { }
|
||||
|
||||
public string Id { get; internal set; }
|
||||
public int Members { get; internal set; }
|
||||
public int Capacity { get; internal set; }
|
||||
public long Members { get; internal set; }
|
||||
public long Capacity { get; internal set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user