style: newline

This commit is contained in:
Michel Roux 2024-01-28 13:02:45 +01:00
parent a65e04673e
commit 92337afda7
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ public Player(string _name, string _id, double _creationDate)
name = _name;
id = _id;
creationDate = _creationDate;
}
public Player(string _name)

View File

@ -18,5 +18,4 @@ public class Prompt
[field: SerializeField]
[FirestoreProperty]
public string en { get; set; }
}