Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"name": "MyExercise_5"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f6a6a0f7400f04f4da1a506508277119
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace MyExercise_5
|
||||
{
|
||||
public class MyLoggingClass
|
||||
{
|
||||
public void DoSomething()
|
||||
{
|
||||
Debug.Log("Doing something");
|
||||
}
|
||||
|
||||
public void DoSomethingElse()
|
||||
{
|
||||
Debug.LogError("An error happened. Code: " + Random.Range(0, 10));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b770f521c2ae0af49880e2efc67c2f36
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user