Tools scripts deleted
This commit is contained in:
parent
f8c2ae1541
commit
442dd8de5b
8 changed files with 0 additions and 86 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 254b144606ebc994589f639e82f06591
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 3e2b622f17cf8c54c96818c5850d4c76
|
|
||||||
folderAsset: yes
|
|
||||||
DefaultImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
using Tiles;
|
|
||||||
|
|
||||||
namespace Items.TerraformingTools
|
|
||||||
{
|
|
||||||
public class GrassTool : TerraformingTool
|
|
||||||
{
|
|
||||||
public GrassTool(int id) :
|
|
||||||
base(typeof(GrassTile), "Grass Tool", "Sets clicked Tile to Grass", id) { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 64ec81b79d633ec44ac65d43b14b56b8
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
using System;
|
|
||||||
|
|
||||||
namespace Items.TerraformingTools
|
|
||||||
{
|
|
||||||
public abstract class TerraformingTool : UsableItem
|
|
||||||
{
|
|
||||||
public readonly Type TileType;
|
|
||||||
|
|
||||||
protected TerraformingTool(Type tileType, string displayName, string description, int id) :
|
|
||||||
base(displayName, description, id)
|
|
||||||
{
|
|
||||||
this.TileType = tileType;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: 750c46fa1ad55c14c8d10e2408337de8
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
using Tiles;
|
|
||||||
|
|
||||||
namespace Items.TerraformingTools
|
|
||||||
{
|
|
||||||
public class WaterTool : TerraformingTool
|
|
||||||
{
|
|
||||||
public WaterTool(int id) :
|
|
||||||
base(typeof(WaterTile), "Water Tool", "Sets clicked Tile to water", id) { }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
fileFormatVersion: 2
|
|
||||||
guid: b35f694482c7e644da581ccafa775116
|
|
||||||
MonoImporter:
|
|
||||||
externalObjects: {}
|
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue