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

master
Railz 5 years ago
parent 894c1ec9df
commit bcac5f84c1

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

@ -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;

Loading…
Cancel
Save