Fixed object number not having phone-number after buy-action
This commit is contained in:
parent
894c1ec9df
commit
bcac5f84c1
@ -3,6 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
<RootNamespace>_5sim_api</RootNamespace>
|
<RootNamespace>_5sim_api</RootNamespace>
|
||||||
|
<Version>1.0.1</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -10,7 +10,7 @@ namespace YoutubeBot._5sim.Objects
|
|||||||
public int id;
|
public int id;
|
||||||
|
|
||||||
/// <summary>The phone-number</summary>
|
/// <summary>The phone-number</summary>
|
||||||
public string number;
|
public string phone;
|
||||||
|
|
||||||
/// <summary>The recieved sms (Activation only has 1 sms)</summary>
|
/// <summary>The recieved sms (Activation only has 1 sms)</summary>
|
||||||
public List<Sms> sms;
|
public List<Sms> sms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user