mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 03:15:42 +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.
|
/// Gets or sets the application.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>The application.</value>
|
/// <value>The application.</value>
|
||||||
public Application? Application { get; init; }
|
public Application? Application { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets a value indicating whether or not the client should automatically query and cache the whole world
|
/// 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