Even More Modifiers
1.0.0.0
A mod for rolling various bonus stats on items
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
IPropertyBuilder.cs
Go to the documentation of this file.
1
namespace
Loot
.Api.Builder
2
{
7
public
interface
IPropertyBuilder
<T> where T : class
8
{
9
void
WithDefault(
IPropertyBuilder<T>
defaultBuilder);
10
void
WithDefault(T defaultValue);
11
T Build();
12
}
13
}
Loot
Loot.Api.Builder.IPropertyBuilder
Defines the interface for a PropertyBuilder of generic T
Definition:
IPropertyBuilder.cs:7
Api
Builder
IPropertyBuilder.cs
Generated on Sat Apr 18 2020 16:45:40 for Even More Modifiers by
1.8.11