Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
Loot.Api.Content Namespace Reference

Classes

interface  ILoadableContent
 Defines a piece of loadable content The interface is used in classes where the deriving class already derives an existing class Because classes can only derive from one class, we use interfaces The interface is used it conjunction with ILoadableContentSetter More...
 
interface  ILoadableContentSetter
 Used to restrict setting properties of ILoadableContent to internal only This is done by marking the interface itself as internal This exposes the property setters only internally This way the properties are still exposed outside the internal assembly but cannot be changed there.
 
class  LoadableContentBase
 This class is used for Content holders in the Content namespace As a modder you should not use this class Even though it is public, this is only because the fields on ContentLoader must be accessible to modders More...