Commit 1aa54477 authored by maksimShvarts's avatar maksimShvarts
Browse files

убрал активные действия с кубиком в инжект

parent ed92f512
No related merge requests found
Showing with 53 additions and 1 deletion
+53 -1
......@@ -495,7 +495,7 @@ MonoBehaviour:
- {fileID: 11400000, guid: b7588bf2c657a3a48a90427a100a407f, type: 2}
- {fileID: 11400000, guid: 4984ad399aa90a24c9d4c7e061f144de, type: 2}
- {fileID: 11400000, guid: bfd1bff37e58c9e4aac9187fc4a9c0bb, type: 2}
- {fileID: 11400000, guid: 166ea18248dcc19428705c5203a6c233, type: 2}
- {fileID: 11400000, guid: 0e64bb04e6cfa16418ffa6e29616a1f6, type: 2}
_monoInstallers:
- {fileID: 1430839605}
_installerPrefabs: []
......
using AvvyLand.Editor;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Zenject;
namespace AvvyLand
{
[CreateAssetMenu(fileName = "BlockActionInstaller", menuName = "Installers/BlockActionInstaller")]
public class BlockActionInstaller : ScriptableObjectInstaller<BlockActionInstaller>
{
public override void InstallBindings()
{
Container.Bind<BlockDestructor>().FromComponentInHierarchy().AsSingle();
Container.Bind<BlockMover>().FromComponentInHierarchy().AsSingle();
Container.Bind<BlockCreator>().FromComponentInHierarchy().AsSingle();
}
}
}
\ No newline at end of file
fileFormatVersion: 2
guid: c8c919c0e75e50743aea05c2e0f2f78d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c8c919c0e75e50743aea05c2e0f2f78d, type: 3}
m_Name: BlockActionInstaller
m_EditorClassIdentifier:
fileFormatVersion: 2
guid: 0e64bb04e6cfa16418ffa6e29616a1f6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment