Signals Created

This commit is contained in:
Savya Bikram Shah
2026-05-28 10:49:58 +05:45
parent 14bffd1492
commit 9f9d51c22c
11 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 77eed34ff6b754cfc9c661d43deb905f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
using UnityEngine;
namespace Darkmatter.Core.Data.Signals.Features.Coloring
{
public record struct ColorAppliedSignal(string RegionId, Color Color);
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: cce78fece7be141faa5f7ac10838bd6e

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: a7dea5f84d9ba4103a449599d32ed73b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
using UnityEngine;
namespace Darkmatter.Core.Data.Signals.Features.ShapeBuilder
{
public record struct ShapeAssembledSignal(string TemplateId);
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: a65f25d6a3b2d40a5978203ee205af43