mirror of
https://github.com/celisej567/UnitySourceMovement.git
synced 2025-12-31 09:48:17 +03:00
Add files via upload
This commit is contained in:
10
Modified fragsurf/Ladder.cs
Normal file
10
Modified fragsurf/Ladder.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class Ladder : MonoBehaviour {
|
||||
|
||||
// Empty class for defining objects as ladders
|
||||
// Probably inefficient, but I didn't want to use tags or layers
|
||||
|
||||
}
|
||||
11
Modified fragsurf/Ladder.cs.meta
Normal file
11
Modified fragsurf/Ladder.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 3f4efb5e88333de4e8a64c4b9da57961
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user