Refactored and Cleaned up some code. First iteration of Fireplace Lockbox puzzle. Additional artwork for the end of chapter one.
This commit is contained in:
12
Assets/Scripts/Data/Attributes/DisplayNameAttribute.cs
Normal file
12
Assets/Scripts/Data/Attributes/DisplayNameAttribute.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Field)]
|
||||
public abstract class DisplayNameAttribute : Attribute
|
||||
{
|
||||
public string Name { get; }
|
||||
|
||||
public DisplayNameAttribute(string name)
|
||||
{
|
||||
Name = name;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 8536073ed1ba42799f3c8c77bfdf9136
|
||||
timeCreated: 1774614265
|
||||
Reference in New Issue
Block a user