Fixed object number not having phone-number after buy-action

This commit is contained in:
Railz 2020-02-25 00:38:48 +01:00
parent 894c1ec9df
commit bcac5f84c1
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>_5sim_api</RootNamespace>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>

View File

@ -10,7 +10,7 @@ namespace YoutubeBot._5sim.Objects
public int id;
/// <summary>The phone-number</summary>
public string number;
public string phone;
/// <summary>The recieved sms (Activation only has 1 sms)</summary>
public List<Sms> sms;