wip move to new uniffi language binding
This commit is contained in:
parent
f7a5d8f823
commit
53cbdd8440
30 changed files with 211 additions and 187 deletions
|
@ -10,7 +10,8 @@ internal sealed class Tank(Player owner, FloatPosition position) : IMapEntity
|
|||
|
||||
[JsonIgnore] public Player Owner { get; } = owner;
|
||||
|
||||
[JsonIgnore] public double Rotation
|
||||
[JsonIgnore]
|
||||
public double Rotation
|
||||
{
|
||||
get => _rotation;
|
||||
set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue