sync tout

This commit is contained in:
2024-01-06 15:51:30 +01:00
parent a6cf8340bf
commit 0c4b59e577
22 changed files with 290 additions and 3 deletions

View File

@ -0,0 +1,21 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Helloworld : MonoBehaviour
{
// Start is called before the first frame update
void Start() {
Debug.Log("Hello World!");
}
public void hello() {
Debug.Log("Hello World!");
}
// Update is called once per frame
void Update()
{
}
}

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cdf92e9afe5b6ac4ab5f651b06dd4dc8
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: f13310aa5828a5d47b5e83a3e9eb3fec
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: