style: newline
This commit is contained in:
parent
a65e04673e
commit
92337afda7
@ -17,7 +17,6 @@ public Player(string _name, string _id, double _creationDate)
|
||||
name = _name;
|
||||
id = _id;
|
||||
creationDate = _creationDate;
|
||||
|
||||
}
|
||||
|
||||
public Player(string _name)
|
||||
|
@ -18,5 +18,4 @@ public class Prompt
|
||||
[field: SerializeField]
|
||||
[FirestoreProperty]
|
||||
public string en { get; set; }
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user