Skip to content
Snippets Groups Projects
Commit 8a9836ea authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Fixed compile error related to previous commit.

parent cc7de449
No related branches found
No related tags found
1 merge request!35Massive rework of inventory system.
......@@ -10,7 +10,7 @@ namespace BigSock.Item {
/*
A class that represents an item that an effect when a condition is meet.
*/
public abstract class ConditionalItemBase : IConditionalItem {
public abstract class ConditionalItemBase : ItemBase, IConditionalItem {
public static readonly System.Random RND = new System.Random();
......
fileFormatVersion: 2
guid: 7f746e9fa2e053641875903d549b140a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 93e248179b4fee8428e39b1579ae6df0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: a3123e6cdf218144cb7916a122b22aa1
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
......@@ -10,7 +10,7 @@ namespace BigSock.Item {
/*
A class that represents an item that provides passive stat boosts.
*/
public abstract class PassiveItemBase : IPassiveItem {
public abstract class PassiveItemBase : ItemBase, IPassiveItem {
/*
The modifier of the item.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment