Skip to content

Commit

Permalink
Merge pull request #49 from mewlist/syntax-highlighting-on-readme
Browse files Browse the repository at this point in the history
Syntax highlighting on README_ja.md
  • Loading branch information
mewlist authored Mar 14, 2024
2 parents 0fb6024 + f513f4c commit 753d215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Doinject を使うと、Addressables のロード・解放を勝手にやって

### インストーラー

```
```cs
public class SomeInstaller : BindingInstallerScriptableObject
{
public override void Install(DIContainer container, IContextArg contextArg)
Expand All @@ -123,7 +123,7 @@ public class SomeInstaller : BindingInstallerScriptableObject

### コンストラクタインジェクション

```
```cs
class ExampleClass
{
// Constructor Injection
Expand All @@ -134,7 +134,7 @@ class ExampleClass

### メソッドインジェクション

```
```cs
class ExampleClass
{
// Method Injection
Expand All @@ -146,7 +146,7 @@ class ExampleClass

### MonoBehaviour へのインジェクション

```
```cs
// Inherits IInjectableComponent
class ExampleComponent : MonoBehaviour, IInjectableComponent
{
Expand Down

0 comments on commit 753d215

Please sign in to comment.