Skip to content
Snippets Groups Projects
Commit 142d8daa authored by Samuel Truman's avatar Samuel Truman
Browse files

Cleanup

parent d97fc156
No related branches found
No related tags found
No related merge requests found
fileFormatVersion: 2
guid: 9b3f45bdeb834e37b0240cf6146f1690
timeCreated: 1645198198
\ No newline at end of file
using de.jmu.ge.viavr.UnityBridge.Core;
using UnityEngine;
public class AnotherExamplePackageConfigurator : PackageConfigurator {
public override void Init() {
Debug.Log(new AnotherMathTest().Subtract(3, 2));
}
}
\ No newline at end of file
fileFormatVersion: 2
guid: cca98cb01f5f4a4291d348fd7bd2c439
timeCreated: 1645198276
\ No newline at end of file
public class AnotherMathTest {
public int Subtract(int a, int b) => a - b;
}
\ No newline at end of file
fileFormatVersion: 2
guid: b0b2e89c93f94eb1982b00cf358bc5e9
timeCreated: 1645198205
\ No newline at end of file
{
"name": "anotherAssembly",
"rootNamespace": "",
"references": [
"GUID:53aad864d9d5c8647935c5f382f2af43"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
\ No newline at end of file
fileFormatVersion: 2
guid: 796f5e3f7c20f584eade082d79d9821f
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment