1234567891011121314151617181920212223242526 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using UnityEngine;
- using UnityEngine.Rendering;
- namespace COM3D2.MeidoPhotoStudio.Plugin
- {
- public class LightManager
- {
- public LightManager()
- {
- }
- public void Deactivate()
- {
- }
- public void Update()
- {
- }
- }
- }
|