mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-10 06:34:16 +00:00
create a script
This commit is contained in:
parent
ed4c0bbfc9
commit
a85e337ae6
3 changed files with 20 additions and 1 deletions
6
Assets/Scripts/UI/NetworkEvents2MessageBox.cs
Normal file
6
Assets/Scripts/UI/NetworkEvents2MessageBox.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
using UnityEngine;
|
||||
|
||||
public class NetworkEvents2MessageBox : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
11
Assets/Scripts/UI/NetworkEvents2MessageBox.cs.meta
Normal file
11
Assets/Scripts/UI/NetworkEvents2MessageBox.cs.meta
Normal file
|
@ -0,0 +1,11 @@
|
|||
fileFormatVersion: 2
|
||||
guid: acc0c52cc14297f5caccf816a24e17ea
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -10,8 +10,10 @@
|
|||
|
||||
- add ability for client to request:
|
||||
|
||||
- add networkeventsmessagebox script to prefab
|
||||
|
||||
- create weapon prefab ; add it to spawnable prefabs list ;
|
||||
|
||||
- create weapon from prefab ; add it to spawnable prefabs list ;
|
||||
|
||||
- weapon sound should be 3d
|
||||
|
||||
|
|
Loading…
Reference in a new issue