migration from new repo
This commit is contained in:
commit
423134a840
26930 changed files with 3458568 additions and 0 deletions
11
Assets/_/Features/Shared/ILocaziable.cs
Normal file
11
Assets/_/Features/Shared/ILocaziable.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Shared.Runtime
|
||||
{
|
||||
public interface ILocalizable
|
||||
{
|
||||
void OnSelected();
|
||||
void OnDeselected();
|
||||
}
|
||||
}
|
||||
|
||||
3
Assets/_/Features/Shared/ILocaziable.cs.meta
Normal file
3
Assets/_/Features/Shared/ILocaziable.cs.meta
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a24fbade5b8b4ed687127af8c48d3dbb
|
||||
timeCreated: 1752503745
|
||||
14
Assets/_/Features/Shared/Shared.Runtime.asmdef
Normal file
14
Assets/_/Features/Shared/Shared.Runtime.asmdef
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "Shared.Runtime",
|
||||
"rootNamespace": "Shared.Runtime",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
7
Assets/_/Features/Shared/Shared.Runtime.asmdef.meta
Normal file
7
Assets/_/Features/Shared/Shared.Runtime.asmdef.meta
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b76af64e599e34c6faee51acccc63c66
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue