mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 03:55:41 +00:00
Allow set of Application property
This commit is contained in:
parent
c53ef04da8
commit
76dc485ad7
@ -39,7 +39,7 @@ public sealed class VirtualParadiseConfiguration
|
||||
/// Gets or sets the application.
|
||||
/// </summary>
|
||||
/// <value>The application.</value>
|
||||
public Application? Application { get; init; }
|
||||
public Application? Application { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether or not the client should automatically query and cache the whole world
|
||||
|
Loading…
Reference in New Issue
Block a user